@font-face {
  font-family: 'gotham-book';
  src: url("../fonts/Gotham-Book.otf") format("opentype"); }
@font-face {
  font-family: 'gotham-medium';
  src: url("../fonts/Gotham-Medium.otf") format("opentype"); }

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #f28c00;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-text: #7c7c7b;
  --gray-dark: #343a40;
  --primary: #000;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "gotham-book";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	padding: 20px;
	margin: 0;
	text-align: center;
	
	font-family: "gotham-book";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #7c7c7b;
	
	background: url('../img/background-sand.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


a {
	color: #808080;
	text-decoration: none !important;
}

a:hover {
	border-bottom: 1px solid #808080;
}

.text {

	font-size: 15px;
	line-height: 19px;
	color: #808080;
	text-align: left;
}


h2 {
	font-size: 17px;
}

h3 {
	font-size: 15px;
}

#container {
	width: 100%;
	max-width: 1000px;
	margin: 30px auto;
}

#top-area {
	background: url('../img/shadow-bw.png') no-repeat center top;
	background-size: contain;
	width: 90%;
	margin: 0 auto;
	/* border: 1px solid #a00000; */

}

#bottom-area {
	width: 100%;
	margin: 0 auto;
	/* border: 1px solid #a00000; */

}

#logo {
	margin: 0 auto;
	width: 75%;
	max-width: 536px;
	/* border: 1px solid #a00000; */
}

#logo-inner {
	padding-top: 20px;
}


#logo img {
	margin: 0 auto ;
	width: 100%;
	max-width: 536px;
	height: auto;
}

#address {
	font-size: 24px;
	line-height: 28px;
	color: #808080;
	margin-top: 50px;
	text-align: center;
}

#address a {
	color: #808080;
	text-decoration: none;
}

#address a:hover {
	color: #808080;
	border-bottom: 1px solid #808080;
}

#address strong {
	color: #030303;
	font-family: "gotham-medium";
	font-weight: 400;
	line-height: 1.5;
}

.spaced {
	letter-spacing: .1rem;
}

.address-details {
	margin-top: 5px;
}

.nobreak {
	white-space: nowrap;
}

#workshops-intro {
	font-family: "gotham-medium";
	font-weight: 400;
	font-size: 23px;
	line-height: 27px;
	letter-spacing: .1rem;
	color: #030303;
	margin-top: 40px;
	margin-bottom: 30px;
	text-align: center;
}

#column-wrapper {
	/* display: table; */
	/* display: flex; */
	width: 100%;
}

.column {
	/* display: table-cell;
	flex: 1; */
	float: left;
	width: 50%;
	height:100%;
}

#column-inner-left {
	padding-right: 3.8%;
	/* display: table-cell; */
}

#column-inner-right {
	padding-left: 3.8%;
	/* display: table-cell; */
}

.bluebox {
	background-color: #CCE2ED;
	padding: 18px 22px 15px 22px;
	font-size: 15px;
	line-height: 19px;
	color: #030303;
	text-align: left;
	border-radius: 5px;
	min-height: 155px;
}

/* #bluebox-left {
	margin-right: 3.8%;
	display: table-cell;
}

#bluebox-right {
	margin-left: 3.8%;
	display: table-cell;
} */


.intro {
	font-family: "gotham-medium";
	font-weight: 400;
	/* letter-spacing: .1rem; */
}

#column-inner-left .intro {
	color: #0869AC;
}

#column-inner-right .intro {
	color: #F49C45;
}

.clearboth {
	clear: both;
}

@media screen and (max-width:910px) {
	.bluebox {
	 	min-height: 174px;
	 }
}

@media screen and (max-width:888px) {
	.bluebox {
	 	min-height: 193px;
	 }
}

@media screen and (max-width:772px) {
	.bluebox {
	 	min-height: 212px;
	 }
}

#bottom-wrapper {
	/* display: table; */
	/* display: flex; */
	width: 100%;
	min-height: 140px;
	background: url('../img/sprich-mich-an.png') no-repeat center bottom;
	background-size: 288px 48px;
	
}

#bottom-wrapper #column-inner-left, #bottom-wrapper #column-inner-right {
	/* border: 1px solid #a00000; */
	padding-top: 0;
}

#bottom-wrapper #column-inner-left {
	text-align: left;
}

#bottom-wrapper #column-inner-right {
	text-align: right;
}

#bottom-wrapper #column-inner-left img {
	width: 43.4%;
	height: auto;
	margin-left: 16.77%;
}

#bottom-wrapper #column-inner-right img {
	width: 48.87%;
	height: auto;
	/* margin-left: 38.93%; */
	margin-right: 11.9%;
}

#footer {
	width: 100%;
	text-align: center;
	font-size: 15px;
	line-height: 19px;
	color: #808080;
	margin-top: 50px;
}

#footer-inner {
	padding: 20px;
}


#footer a {
	color: #808080 !important;
	text-decoration: none !important;
}

#footer a:hover {
	color: #808080;
	border-bottom: 1px solid #808080;
}




@media screen and (max-width:720px) {

	#logo-inner {
		padding: 20px 20px 0 20px !important;
	}
	
	#address {
		font-size: 20px;
		line-height: 24px;
	}
	
	.address-details {
		font-size: 18px !important;
		line-height: 22px !important;
		margin-top: 5px;
	}
	
	#workshops-intro {
		font-size: 21px;
		line-height: 25px;
	}
	
	.column {
		display: block;
		float: none;
		width: 100%;
	}
	
	#column-inner-left, #column-inner-right {
		padding-right: 0;
		padding-left: 0;
	}
	
	#column-inner-left {
		padding-bottom: 20px;
	}
	
	.bluebox {
	 	min-height: auto;
	 }
	 
	 .arrow-div {
	 	display: none;
	 }
	 
	 #bottom-wrapper {
		min-height: 100px;
	}

}

@media screen and (max-width:480px) {
	
	#address {
		font-size: 18px;
		line-height: 22px;
	}
	
	.address-details {
		margin-top: 5px;
		font-size: 14px !important;
		line-height: 18px !important;
	}
	
	#workshops-intro {
		font-size: 19px;
		line-height: 23px;
	}
	
}

@media screen and (max-width:320px) {
	
	#workshops-intro {
		font-size: 16px;
		line-height: 20px;
	}
	
	#bottom-wrapper {
		background-size: 250px 48px;
	}
	
}


