@import url('css/0_reset.css');
@import url('css/0_basic.css');
@import url('css/grid30.css'); /* grid20.css / grid30.css / grid40.css */

/*************************************************
* Webfonts 
*************************************************/

/* poppins-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  src: url('fonts/poppins-v24-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/poppins-v24-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/poppins-v24-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/poppins-v24-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* montserrat-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  src: url('fonts/montserrat-v31-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/montserrat-v31-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/montserrat-v31-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/montserrat-v31-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}




/*************************************************
* Custom Styles
*************************************************/

body,
input,
select,
textarea {
	font-family: 'Montserrat', 'Poppins', sans-serif;
}

html,
body {
	
}

body {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 400;
	letter-spacing: 0.03em;
	
	color: #293d47;
	background: #ebf0f2;
	
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.stopoverflow {
	max-height: 100vh;
	overflow: hidden;
}

.wrap {
	background: transparent;
}

.noof {
	overflow: hidden;
}

#outercontainer {
	position: relative;
}

#navicon,
#mobnav {
	display: none;
}

a {
	text-decoration: none;
	
	transition: all 300ms ease;
}

.postinfo {
	display: none;
	height: 0px;
	overflow: hidden;
	text-indent: -9999px;
}

.nobreak {
	white-space: nowrap;
}

.relative {
	position: relative;
}

.bgtransparent {
	background: transparent;
}

.bglight,
.linelight {
	background: #f1f1f1;
}


[class^='bg'] .wrap {
	background-color: transparent;
}

/*************************************************
* Typo

	transition: all 500ms ease;
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

*************************************************/

a {
	color: #5d7a89;
	border-bottom: 1px solid #5d7a89;
	white-space: nowrap;
}

a:hover {
	color: #293d47;
	border-bottom: 1px solid #293d47;
}

.button a {
	display: inline-block;
	text-align: center;
	text-decoration: none;	
	
	padding: 	16px 40px;
	margin: 	20px 0 0 0;
	
	font-size:   15px;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 20px;
	
	border-radius: 999px;
	
	color: #fff;
	border: 1px solid #5d7a89;
	background: #5d7a89;
}

.button a:hover {
	color: #5d7a89;
	border-color: #5d7a89;
	background: #fff;
}

strong, b {
	font-weight: 500;
	color: #293d47;
}

h1 {
	font-size: 32px;
	line-height: 1.5;
	font-weight: 200;	
	text-transform: uppercase;
	letter-spacing: 0.06;
	
	color: #293d47;
	
	margin-top: 0;
	margin-bottom: 10px;
}

h1 span.subline {
	display: block;
	padding-top: 20px;
	text-transform: none;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.8;
}

h2 {
	font-size: 24px;
	font-weight: 400;
	color: #293d47;
	margin-bottom: 15px;
	margin-top: 30px;
}

h2.nomargintop {
	margin-top: 0;
}

p {
	margin-bottom: 0.7rem;
}

p.nomargin {
	margin: 0;
}

p.largep {
	font-weight: 700;
	margin-top: 10px;
	font-size: 20px;
	line-height: 1.4;
}

.textcenter {
	text-align: center;
}

/*************************************************
* Aligner
*************************************************/

@media( max-width:767px ) {	
	.aligner {

	}	
	.aligneritem {
		
	}		
	.col-textcol {
		padding-left:   20px;
		padding-right:  20px;
		
		padding-top:    20px;
		padding-bottom:  0px;
	}
}

@media( min-width:767.01px ) {	
	.aligner {
		display: flex;
		align-items: center;
		min-height: 10px;
		justify-content: center;
	}	
	.aligneritem {
		
	}		
}


/*************************************************
* Preise
*************************************************/


.prices {
	width: 800px;
	max-width: 100%;
	margin: 0 auto;
	
	background: #fff;
	border-radius: 25px;
	padding: 25px 30px;
	
	font-size: 17px;
}

.prices h2 {
	margin-top: 0;
}

.priceitem {
	clear: both;
	border-bottom: 1px solid #ebf0f2;
	padding: 12px 0;
}

.service {
	color: #293d47;
}

.price {
	text-align: right;
	vertical-align: top;
	
	color: #293d47;
}

.description {
	display: block;
	font-size: 15px;
	padding-top: 12px;
}

@media (min-width:800px) {
	.prices {
		padding: 40px 45px;
	}
	.service {
		display: inline-block;
		width: calc( 100% - 220px );
	}
	
	.price {
		display: inline-block;
		text-align: right;
		width: 200px;
	}
}

/*************************************************
* Main
*************************************************/


@media (max-width: 1024px) {
	
}

@media (max-width: 768px) and (orientation:landscape) {
	
}

@media (min-width:600px) {
	
}

@media (min-width:1024px) {
	
}

@media (min-width:1200px) {
	
}

@media (max-width: 1024px) {
		
}

@media (max-width: 480px) {
	
	.mobblock {
		display: block;
	}
	
	h1 {
		font-size: 30px;
	}
	
	h1 span.subline {
		display: block;
		padding-top: 20px;
		text-transform: none;
		font-size: 17px;
	}
	
}

@media (max-width: 370px) {
	h1 {
		font-size: 26px;
	}
	
	h1 span.subline {
		font-size: 16px;
	}
}

@media (min-width: 480.01px) and (max-width: 768px) {
	
}

@media (max-width: 768px) {
	
}

@media (min-width: 768.01px) and (max-width: 1024px) {
   
}

@media (min-width: 1024.01px) and (max-width: 1180px) {
    
}

@media (min-width: 1180.01px) and (max-width: 1420px) {
    
}

@media (min-width: 1420.01px) and (max-width: 1919.99px) {
    
}

@media (min-width: 1920px) {
	html,
	body {
		
	}  
	
	.outer,
	.fixme {
		max-width: 1920px;
		margin: 0 auto;
	}  
	
}




















