

/* ==========================================================================
   Author's custom styles
   ==========================================================================
font-family:'Futura BT W01 Heavy';
font-family:'Futura BT W01 Book';
   
   */


.col-bottom {
  vertical-align: bottom;
}

body {
	
	font-family:'Futura BT W01 Book', Helvetica, Arial, sans;
	color: #636363;
}

.section {
	padding-top: 22px;
	padding-bottom: 22px;
}

.section-2 {
	padding-bottom: 0px;
}


.bold-border-top {
	border-top: 4px solid #636363;
}

.small-border-top {
	border-top: 1px solid #636363;
	padding-top:20px;
}

.small-border-bottom {
	background: url(../img/1px.png) left bottom repeat-x;
}

.small-border-top-vita {
	border-top: 1px solid #fff;
	padding-top: 20px;
}

.bg-gelb {
	background: #f4d011;
	padding: 17px 17px;
	border-right: 22px solid #fff;
	border-left: 22px solid #fff;

}





#zusatz {
	position: absolute;
	right: 0px;
	color: #af1d1f;
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 00px;
	text-align: right;
	
}



h1 {
	line-height: 29px;
	font-size: 22px;
	margin-top: 50px;
	margin-bottom: 50px;
		
}

h2 {
	font-family:'Futura BT W01 Heavy';
	line-height: 36px;
	font-size: 30px;
	margin-top: 20px;

		
}

.h2-light {
	font-family:'Futura BT W01 Book', Helvetica, Arial, sans; 
}

h3 {
	line-height: 23px;
	font-size: 18px;
	margin-top: 30px;
}

h3.h3-rotate {
	line-height: 23px;
	font-size: 18px;
}

h4 {
	line-height: 30px;
	font-size: 23px;
	hyphens: auto;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	margin-bottom: 80px;		
	
}

p {
	font-size: 19px;
	line-height: 24px;
}

.bg-gelb p {
	line-height: 24px;
	font-size: 19px;	
}

.bg-start p {
	color: #fff;
	hyphens: none;
}

.p-vita {
	line-height: 23px;
	font-size: 17px;
	margin-top: 20px;
	color: #fff;

		
}

strong {
	font-family:'Futura BT W01 Heavy';
	font-weight: normal;
}

a {
	color: #af1d1f;
}

a:hover {
	color: #af1d1f;
	text-decoration: underline;

}

a.pfeil {
	color: #636363;
	background: url(../img/pfeil.png) left center no-repeat;
	padding-left: 28px;
	font-family:'Futura BT W01 Heavy';
	font-weight: normal;

}

a.pfeil:hover {
	color: #af1d1f;
	text-decoration: none;

}

footer {
	padding-top: 60px;
}
 
/* Modal */
.modal-dialog {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.modal-content {
  min-height: 100%;
  height: auto;
  border-radius: 0;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 1s linear;
    transition: opacity 1s linear;
}

.modal.fade .modal-dialog {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0); 
          transform: translate(0, 0);

 }

.close {
	font-family: 'Titillium Web', sans-serif;
	font-size: 50px;
	font-weight: 200;
	z-index:1;
}


.modal-header, .modal-footer {
	border: 0;
}

.modal-firstrow {
	margin-top: 100px;
}

.karte {

}

.bg-blau {
	background: #f4d011;
		
}

.white-font {
	color: #fff;
}

.white-font:hover {
	color: #fff;
}

.vita-bild {
	display: none;
}

.img-vita {
	margin-top: 30px;
}

.vita-bild, .vita-text {
	margin-top: 30px;
}

 
@media (min-width:768px){ 

h1 {
	line-height: 33px;
	font-size: 25px;
	margin-top: 100px;
	margin-bottom: 100px;
}

p {
	font-size: 17px;
	line-height: 23px;
}

.bg-gelb p {
	line-height: 30px;
	font-size: 23px;	
}

.p-vita {
	line-height: 36px;
	font-size: 30px;
}
.bg-gelb {
	padding: 35px 35px;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
.h3-rotate {
	line-height: 23px;
	font-size: 18px;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-top: 60px;

}

.fuh {margin-top:70px;}
.end {margin-top:96px;}
.kon {margin-top:60px;}
.gruen {margin-top:86px;}
.img-kontakt {margin-top:10px;margin-bottom: 10px;}
.kontakt-name {font-size: 14px;}
.col-karte {float: right;}

}

@media (min-width:992px){
	.vita-bild {display: block;}
	.vita-text {display: none;}
}