/* ############################################################################################# 
## H&B-CMS ##################################################################################
############################################################################################# */

@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/cairo-v1-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Cairo SemiBold'), local('Cairo-SemiBold'),
       url('../fonts/cairo-v1-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/cairo-v1-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/cairo-v1-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/cairo-v1-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/cairo-v1-latin-600.svg#Cairo') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/cairo-v1-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Cairo Bold'), local('Cairo-Bold'),
       url('../fonts/cairo-v1-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/cairo-v1-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/cairo-v1-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/cairo-v1-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/cairo-v1-latin-700.svg#Cairo') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Cairo';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/cairo-v1-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Cairo Black'), local('Cairo-Black'),
       url('../fonts/cairo-v1-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/cairo-v1-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/cairo-v1-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/cairo-v1-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/cairo-v1-latin-900.svg#Cairo') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v14-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}




body {
  	font-family: 'open_sansregular', arial, verdana, sans-serif;
  	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 150%;
	color: #333333;
	  -webkit-hyphens: auto;
	  -moz-hyphens: auto;
	  -ms-hyphens: auto;
	  -o-hyphens: auto;
	  hyphens: auto
}

/* #### HEADLINES ############################### */

h1 {
	font-size:50px;
	margin:50px 0 10px;
	color:#333333;
	font-weight:900;
	font-family: 'Cairo', arial, verdana, sans-serif;
	line-height: 110%;
	text-transform:uppercase;
}
h2 {
	font-size:35px;
	line-height:120%;
	margin: 40px 0 20px;
	font-family: 'Cairo', arial, verdana, sans-serif;
	font-weight:700;
	text-transform:uppercase;
}
h2:after {
	content:'';
	display:block;
	border-bottom:3px solid #333333;
	width:100px;
	margin:30px 0
}
h3 {
	font-size:30px;
	line-height:120%;
	margin:20px 0px 15px 0px;
	font-family: 'Cairo', arial, verdana, sans-serif;
	font-weight:700;
}
h4 {
	font-size:30px;
	line-height:120%;
	margin:20px 0px 20px 0px;
	font-family: 'Cairo', arial, verdana, sans-serif;
	font-weight:600;
}



/* text- and list-margins */

a{
	color: #AB293B;
	text-decoration: none;
	-webkit-transition: .5s;
	transition: .5s;
}
a:hover {
	color:#5c0c1b;
	text-decoration: none;
}
ul, ol {
	margin: 20px 0;
	padding:0;
}
li {
	margin: 0 0 0 15px;
	list-style-type:square;
	border-bottom:1px solid rgba(23,23,23,0.2);
	padding:5px 0;
}
li:last-child {
	border:none!important;
}
p, table, form{
	margin: 0 0 10px 0;
	width:100%;
	line-height:180%;
}
img {
	width:100%;
	display:block;
}
hr {
	margin:30px auto 40px;
	width: 100%;
	max-width:1300px;
	height: 1px;
	border-style: solid;
	border: 3px solid rgba(23,23,23,0.2);
}
.button {
	color:#fff;
	background:#AB293B;
	margin:20px 0;
	font-size:25px;
	width: auto;
	border: none;
	padding:18px 18px 18px 18px;
	-webkit-appearance: none;
	display:inline-block;
	text-transform:uppercase;
	font-family: 'Cairo', arial, verdana, sans-serif;
	font-weight:700;
	-webkit-transition: .5s;
	transition: .5s;
}
.button:before { 
	content:'';
	font-family: 'FontAwesome';
	float:left;
	font-size: 16px;
    margin: 0 10px 0 0;
	width:20px;
}
.button:hover{
	color:#fff;
	cursor:pointer;
	background:#5c0c1b;
}
.doc:before { 
	content:'';
	font-family: 'FontAwesome';
	float:left;
	font-size: 16px;
    margin: 0 10px 0 0;
	width:20px;
}

/* #### GRID ############################### */
.row {
  width: 94%;
  padding:30px 3%;
  max-width:1300px;
  margin:0 auto;
}
.row::after {
    content: "";
    clear: both;
    display: block;
}
[class*="col-"] {
    float: left;
}
.col-2 {width: 12.66%;margin:0 2%;}
.col-2_5 {width: 20%;margin:0;}
.col-3 {width: 21%;margin:0 2%;}
.col-4 {width: 29.33%;margin:0 2%;}
.col-5 {width: 37.66%;margin:0 2%;}
.col-6 {width: 46%;margin:0 2%;}
.col-7 {width: 54.33%;margin:0 2%;}
.col-8 {width: 62.66%;margin:0 2%;}
.col-9 {width: 71%;margin:0 2%;}
.col-10 {width: 79.33%;margin:0 2%;}
.col-12 {width: 100%;}
.col-last {margin-right:0;}

.cms_contentblock {
	max-width:1300px;
	margin:0 auto;
	width: 94%;
	padding:10px 3%;
}


/* ############################################################################################# 
## NAVIGATION ##################################################################################
############################################################################################# */

/* #### SANDWICH-ICON ############################### */
.menu {
display: block;
width: 60px;
height: 60px;
cursor:pointer;
position:absolute;
right:0;
top:0;
margin:0;
}
.menu span {
margin: 0 auto;
position: relative;
top: 38px;
}
.menu span:before, .menu span:after {
position: absolute;
content: '';
}
.menu span, .menu span:before, .menu span:after {
width: 30px;
height: 2px;
background-color:#AB293B;
display: block;
}
.menu span:before {
margin-top: -8px;
}
.menu span:after {
margin-top: 8px;
}
.rwdbtn span {
-webkit-transition-duration: 0s; transition-duration: 0s;
-webkit-transition-delay: 0.2s; transition-delay: 0.2s;
}
.rwdbtn:hover span {
background-color: rgba(0,0,0,0.0);
-webkit-transition-delay: 0.2s; transition-delay: 0.2s;
}
.rwdbtn span:before {
-webkit-transition-property: margin, -webkit-transform; transition-property: margin, transform;
-webkit-transition-duration: 0.2s; transition-duration: 0.2s;
-webkit-transition-delay: 0.2s, 0s; transition-delay: 0.2s, 0s;
}
.rwdbtn:hover span:before {
margin-top: 0;
-webkit-transform: rotate(45deg); transform: rotate(45deg);
-webkit-transition-delay: 0s, 0.2s; transition-delay: 0s, 0.2s;
}
.rwdbtn span:after {
-webkit-transition-property: margin, -webkit-transform; transition-property: margin, transform;
-webkit-transition-duration: 0.2s; transition-duration: 0.2s;
-webkit-transition-delay: 0.2s, 0s; transition-delay: 0.2s, 0s;
}
.rwdbtn:hover span:after {
margin-top: 0;
-webkit-transform: rotate(-45deg); transform: rotate(-45deg);
-webkit-transition-delay: 0s, 0.2s; transition-delay: 0s, 0.2s;
}


/* #### MAIN_NAVI ############################### */

#navigation {
	display:none;
	left: 0;
	width: 100%;
	z-index: 1;
	top:83px;
	position:absolute;
	margin:0;
	background:rgba(144,30,52,0.9)!important;
	}
#navigation ul {
	width:100%;
	padding:0;
	margin: 0;
	float:none;
	}
#navigation li {
	border-bottom:1px solid rgba(0,0,0,0.2);
	float:none;
	width:100%;
	margin:0;
	padding:0;
	text-align:center;
	list-styl-type:none;
	}
#navigation a {
	font-family: 'Cairo', arial, verdana, sans-serif;
	display:block;
	color:#fff;
	padding:5px 0;
	line-height:60px;
	font-size:24px;
}
#navigation a:hover {
	text-decoration: none;
	position: relative;
	display:block;
	color:#fff;
	background:rgba(0,0,0,0.2);
}


/* ############################################################################################# 
## Inhalt ##################################################################################
############################################################################################# */
#wrapper {
	width:100%;
	margin:0 auto;	
}
#bg {
	background:url('../img/bg-head.jpg') no-repeat;
	height:100%;
	background-size:cover;
	background-position:center;
	position:fixed;
	width:100%;
	z-index:-1!important;
	top:-20px;
}
/* #### HEADER ############################### */

#header {
	margin: 0 auto;
	width: 96%;
	padding:0;
    height: 80px;
	max-width:1300px;
	box-sizing:border-box;
}
#header .row {
	padding:0;
	margin:0 auto;
}
#logo {
	margin: 0 auto;
	background: #fff;
	padding: 10px 5px 10px 10px;
	width: 150px !important;
	float: none;
}
#logo img {
	width:100%;
}
.sticky {
	position: fixed;
	max-width:none!important;
	height:83px!important;
	margin:0!important;
	padding:0!important;
	background:#fff!important;
	left: 0;
	top: 0;
	z-index: 101;
	-webkit-box-shadow: 0px 3px 17px -7px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 3px 17px -7px rgba(0,0,0,0.75);
	box-shadow: 0px 3px 17px -7px rgba(0,0,0,0.75);
	box-sizing:border-box;
	width:100%!important;
}
.sticky .row {
	padding:0!important;
	border:none!important;
}
.sticky #logo {
	background: none;
}
.sticky #navigation {
	margin:0!important;
}
.sticky ul li a {
	color:#fff!important;
}


/* #### INDEX ############################### */
#teaser {
	margin:30px 3%  0 45%;
	max-width:1000px;
	width:52%;
}
#teaser h1 {
	margin-top:20px;
}
#teaser h2 {
	font-size:25px;
	color:#333333;
	margin-top:0;
	text-align:left;
}
#teaser h2:after {
	display:none;
}
#teaser p, #teaser li {
	font-family: 'Cairo', arial, verdana, sans-serif;
	color:#333333;
	font-size:20px;
	line-height:120%;
}
#teaser .row {
	padding:0;
}
#sot {
	clear:both;
	box-sizing:border-box;
	width:100%;
	padding:30px 0 30px;
	margin:0;
	display:block;
	background:url('../img/bg-lines.svg') #fff;
	background-position:left!important;
	background-size:10px;
}
#sot li {
	list-style-type:none;
	margin:0;
}
#sot img {
	border:5px solid rgba(0,0,0,0.1);
	margin-top:50px;
	box-sizing:border-box;
}
#anmeldung {
	background:#AB293B;
	color:#AB293B;
	display: inline-block;
    width: 100%;
	padding:80px 0 30px;
	margin-top:-7px;
}
#anmeldung .col-5 {
	background:#fff;
	padding:20px;
	box-sizing:border-box;
	margin:0 4% 0 0;
}
#anmeldung h2{
	margin:20px auto;
	max-width:1300px;
	color:#fff;
}
#anmeldung h2:after {
	border-bottom:3px solid #fff;
}
#anmeldung h3 {
	font-size:26px;
}
#mehr {
	clear:both;
	box-sizing:border-box;
	width:100%;
	padding:80px 0 30px;
	margin:0;
	display:block;
	background:url('../img/bg-lines.svg') #fff;
	background-position:left!important;
	background-size:10px;
}
#mehr h2{
	width:100%;
	max-width:1300px;
	text-align:center;
	margin:20px auto;
	color:#333333;
}
#mehr h2:after {
	content:'';
	display:block;
	border-bottom:3px solid #333333;
	width:100px;
	margin:30px auto;
}
#content {
	clear:both;
	padding-top:80px!important;
	box-sizing:border-box;
	width:100%;
	padding:30px 0 30px;
	margin:100px 0 0 0;
	display:block;
	background:url('../img/bg-lines.svg') #fff;
	background-position:left!important;
	background-size:10px;
}
#content h1{
	width:100%;
	max-width:1300px;
	text-align:center;
	margin:20px auto;
	color:#333333;
}
#content h1:after {
	content:'';
	display:block;
	border-bottom:3px solid #333333;
	width:100px;
	margin:30px auto;
}
#content li {
	list-style-type:none;
	margin:0;
}
#content ul {
	padding:0;
}
#content li span,
#content li span {
	width:80px;
	float:left;
	display:block;
}
.content form {
	color:#fff!important;
}
.content form h2:after {
	display:none;
}
.content form h2 {
	font-size:26px;
	text-transform:inherit;
}
.content form h2:first-child {
	margin-top:0;
}
.content form .formdiv {
	margin-bottom:20px;
}
.content form input, select, textarea  {
	background:rgba(0,0,0,0.2);
	border:none;
	color:#fff;
	padding:10px;
	font-family: 'open_sansregular', arial, verdana, sans-serif;
	font-size: 16px;
	line-height: 150%;
	margin-bottom:1px;
}
.content form input {
	width:50%;
}
.content form .checkbox {
	width:auto!important;
}
.content form textarea {
	padding-left:0!important;
	width:95%!important;
}
.content form .button {
	font-size: 25px;
	width:auto!important;
	padding:10px;
	text-transform:uppercase;
	font-family: 'Cairo', arial, verdana, sans-serif;
}
.content form .button:before { 
	content:'';
	font-family: 'FontAwesome';
	float:left;
	font-size: 16px;
    margin: 0 10px 0 0;
	width:20px;
}
.content form input:hover, select:hover, textarea:hover  {
	background:rgba(0,0,0,0.3);
}

/* #### KONTAKT/FOOTER ############################### */

#footer {
	box-sizing:border-box;
	width:100%;
	padding:30px 0;
	position:relative;
	display:inline-block;
	background:url('../img/bg-footer.svg') #333333;
	background-size:10px;
	color:#fff;
	font-size:smaller;
}
#footer ul {
	margin:0;
	padding:0;
	float:right;
}
#footer li {
	float:left;
	list-style-type:none;
	margin:0 20px;
	border-bottom:none;
}
#footer li a {
	color:#fff;
}
#footer li a:hover {
	color: #AB293B;
}



/* ############################################################################################# 
## RWD ##################################################################################
############################################################################################# */

@media only screen and (max-width: 1300px) {
	h2 {
		font-size:25px;
	}
}

@media only screen and (max-width: 1050px) {
	[class*="col-"] {
		float: none;
		padding: 10px;
		width:100%;
		box-sizing:border-box;
		margin:0 0 10px;
	}
	#anmeldung .col-5 {
	margin:0 0 30px 0;
	width:100%;
	}
	h1 {
		font-size:45px;
	}
	h4 {
		font-size:20px;
	}
	.button::before, .cms_content_button::before, a.cms_content_button::before {
		font-size:12px;
	}
	#teaser {
		margin: 30px 0 20px;
		max-width: 1000px;
		width: 100%;
		box-sizing: border-box;
		background: rgba(255,255,255,0.5);
		padding: 20px;
	}
	
@media only screen and (max-width: 767px) {
	#wrapper {
		width:100%;
		/* padding:0 1%; */
		margin:0;
		border:none;
		position:relative;
	}
	#teaser ul {
		margin:0
	}
}

@media only screen and (max-width: 600px) {
	.content form td {
		width:100%;
		display:block;
	}
	.content form input, select, textarea {
		width:91%!important;
	}
	iframe {
		height:1300px!important;
	}
}


@media only screen and (max-width: 480px) {
	.button {
		font-size:20px;
	}
	.button::before {
		margin: 0 5px 0 0;
	}
	#teaser h1 {
		font-size:35px;
	}
	#teaser h2 {
		font-size:22px;
	}
	#content h3 {
		text-align:center;
		font-size:20px;
	}
	iframe {
		height:1500px!important;
	}
}