@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i');

.light {font-weight: 300}
.regular {font-weight: 400}
.semi {font-weight: 600}

*, *:after, *:before { -webkit-box-sizing: border-box; -o-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0;}
p { margin: 0; }

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

.left { float: left }
.right { float: right }

.margin5 { margin-bottom: 5px;}
.margin15 { margin-bottom: 15px;}
.margin20 { margin-bottom: 20px;}
.margin30 { margin-bottom: 30px;}
.margin50 { margin-bottom: 50px;}
.padding50 { padding-top: 50px; }
.padding75 { padding-top: 75px; }
.padding120 { padding-top: 120px; }
.padding200 { padding-top: 200px; }
.allpadding30 { padding: 30px;}

body {
	padding: 0;
	width: 100%;
	height: 100vh;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 1.5em;
	/*letter-spacing: 0.003em;*/
    color: #000;
    background: #fff;
	hyphens: manual;
	font-size: 16px;
}

.bgbak {	
	background-image: url("../assets/bg.jpg  ");
	background-size: cover;
	background-attachment: fixed; 
}

#leistungen, #partner, #ordination, #kontakt, #anfahrt {
	outline: none;
}

#leistungen:focus, #partner:focus, #ordination:focus, #kontakt:focus, #anfahrt:focus {
	border: none;
}

.wrapper {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
}

.col2 {
	column-count: 2;
	column-gap: 75px;
}

.div2 { /* container für 2 blöcke */
	width: 100%;
	table-layout: fixed;
	position: relative;
	display: table;
}

.halb { /* 1/2 block */
	display: table-cell;
	width: 100%;
}


.middle { vertical-align: middle; }
.top { vertical-align: top; }

.boxtext { padding: 25px; }

.link {
  background-image: url(../assets/line.svg);
  background-position: 0 1.15em;
  background-size: 1px 2px;
  background-repeat: repeat-x;
}

img {
	border: 0;
}

.fotohalb {
	vertical-align:top;
	line-height:0;
}

.fotobottom {
	vertical-align:bottom;
	line-height:0;
}



/*  HEADLINES  */

h1, h2 {
	font-weight: 400;
	color: #4BB8DD;
	margin: 0;
}

h1 {
	font-size: 3em;
	padding-bottom: 75px;
	line-height: 1em;
}

h2 {
	font-size: 1.5em;
	line-height: 1.1em;
	padding-bottom: 5px;
}


/*  FARBEN  */

.weiss { background-color: #FFF; }

.hellblau { background-color: #dbf3f9; }

.blau { background-color: #4AC4E1; color: #FFF}

.aufblau { color: #009DC1; }

a {
	text-decoration: none;
	color: #000;
}


/*  AUFZÄHLUNGEN  */

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.blob li {
	margin-left: 1.25em;
	padding-right: 10px;
}

.blob li:before {
  content: "";
  display: inline-block;
  margin-right: 0.75em;
  margin-left: -1.25em;
  margin-bottom: 0.1em;
  width: 0.5em;
  height: 0.5em;
  background-color: #4AC4E1;
  border-radius: 50%;
}


/*  FOTO  */
.foto {
	background-size: cover;
}

.foto-fix {
	background-repeat: no-repeat;
}


/* ICONS */
.iconblock { display: table; }

.icon {
	width: 30px;
	height: 30px;
	background-size: contain;
	float: left;
	margin-right: 10px;
	display: table-cell;
}

.icontext {
	display: table-cell;
	vertical-align: top;
}

.tel { background-image: url("../assets/icons_tel.svg"); }
.mail { background-image: url("../assets/icons_mail.svg"); }
.zeit { background-image: url("../assets/icons_zeit.svg"); }
.adresse { background-image: url("../assets/icons_adresse.svg"); }
.person { background-image: url("../assets/icons_person.svg"); }
.auto { background-image: url("../assets/icons_auto.svg"); }
.bim { background-image: url("../assets/icons_bim.svg"); }
.rad { background-image: url("../assets/icons_rad.svg"); }


/*/////////////////////////////////////////////////////
	HEADER
/////////////////////////////////////////////////////*/

#header {
	background-color: #FFF;
	width: 100%;
	min-height: 238px;
}

.logo {
	width: 100%;
	padding: 5% 0;
}

.logobox {
	padding-right: 50px;
}

.intro { font-size: 1.3em; }

.address { color: #4BB8DD; }


/*  NAV  */


.hamburger, .menutext { /* hamburger normal nicht anzeigen */
	display: none;
}

.navbg { /* schwarzer bg der dropdown-nav normal nicht anzeigen */
	visibility: hidden;
	opacity: 0;

    -webkit-transition:opacity 0.7s;  
    -moz-transition:opacity 0.7s;  
    -o-transition:opacity 0.7s;  
    transition:opacity 0.7s;
}

#nav {
	width: 100%;
	z-index: 1500;
}

.menu a, .menutext, .arrowtext {
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	font-size: 1.3em;
	font-weight: 400;
	color: #fff;
}

.mainmenu {
	padding: 0;
	margin: 0;
	list-style:none;
	
	-webkit-box-orient: horizontal;
	display: -webkit-box;
	width: 100%;
	
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	box-pack: justify;
}

ul.mainmenu {
	list-style: none;
	margin: 0;
	display: table;
	/*padding: 0 10px;*/
}

.mainmenu > li {
	display: table-cell;
	height: 75px;
	vertical-align: middle;
	margin: 0;
}

.navleft {
	padding-right: 50px;
	white-space: nowrap;
}

.navright {
	padding-left: 50px;
	text-align: right;
}

.navmiddle {
	padding: 0 50px;
	text-align: center;
}

.submenu {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	left: 0;
	display: none;
	z-index: 1000;
	white-space: nowrap;
	padding-left: 20px;
	padding-left: 10px;
}

.mainmenu li:hover > ul,
.submenu:hover {
	visibility: visible;
	opacity: 1;
	display: block;
}

.submenu li {
	clear: both;
	width: 100%;
	padding: 9px 20px;
	background-color: #4AC4E1;
	display: block !important;
}

.submenu li:first-child {
	padding-top: 20px;
}


.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

.sticky + .navscroll {
  margin-top: 75px;
}

.start {
	display: none !important;
}


.breadcrumb {
	font-size: 0.8em;
	text-transform: uppercase;
	color: #4ac4e1;
	font-weight: 400;
	padding-top: 15px;
	letter-spacing: 1px;
}

.mobmenu {
	display: none !important;
}




/*/////////////////////////////////////////////////////
	KONTAKT
/////////////////////////////////////////////////////*/

input, textarea {
	background-color: #dbf3f9;
	width: 100%;
	border: 0;
	color: #009DC1;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 0.9em;
	margin-bottom: 5px;
	padding-left: 10px;
}

input[type="text"]::-ms-input-placeholder { color: #009DC1; }
textarea:-ms-input-placeholder {
  color: #009DC1;  
}

input { height: 2em; }

textarea {
	height: 230px;
	padding-top: 5px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #009DC1;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: red;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: red;
}

button, .button {
	background-color: #4AC4E1;
	color: #FFF;
	border: 0;
	height: 2em;
	width: 25%;
	text-transform: uppercase;
	letter-spacing: 2px;
	float: left;
	margin-right: 20px;
	cursor: pointer;
}

.datenschutz {
	float: left;
	font-size: 0.7em;
	line-height: 1.3em;
}


.bigicon {
	display: table-cell;
	width:80px;
	height:80px;
	background-repeat: no-repeat;
	background-position: center center;	
}



/*/////////////////////////////////////////////////////
	ANFAHRT
/////////////////////////////////////////////////////*/

#map {
	width: 100%;
	height: 400px;
}

.leaflet-popup-content {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 16px;
}

.leaflet-popup-content a {
	color: #000 !important;
	display: inline-block;
	line-height: 1em;
	font-weight: 400;
	border-bottom: 2px solid #4AC4E1;
}



/*/////////////////////////////////////////////////////
	PARTNER
/////////////////////////////////////////////////////*/

#partner {
	min-height: calc(100vh - 75px);
	min-height: -o-calc(100vh - 75px);
	min-height: -webkit-calc(100vh - 75px);
	min-height: -moz-calc(100vh - 75px);
}



/*/////////////////////////////////////////////////////
	FOOTER
/////////////////////////////////////////////////////*/

.footerbox {
	margin-top: 25px;
	text-transform: uppercase;
	font-size: 80%;
}
.footer {
	width: 100%;
	height: 75px;
}