/*
	Theme Name: Telschow Theme

	Description: Based on HTML5 Blank WordPress Theme
	Version: 1.4.3
	

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/


/* jost-300 - latin */
@font-face {
  font-family: 'JostLight';
  font-style: normal;
  font-weight: 300;
  src: url('webfonts/jost-v13-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('webfonts/jost-v13-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfonts/jost-v13-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('webfonts/jost-v13-latin-300.woff') format('woff'), /* Modern Browsers */
       url('webfonts/jost-v13-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('webfonts/jost-v13-latin-300.svg#Jost') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'JostMedium';
  font-style: normal;
  font-weight: 500;
  src: url('webfonts/jost-v13-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('webfonts/jost-v13-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfonts/jost-v13-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('webfonts/jost-v13-latin-500.woff') format('woff'), /* Modern Browsers */
       url('webfonts/jost-v13-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('webfonts/jost-v13-latin-500.svg#Jost') format('svg'); /* Legacy iOS */
}

/* jost-regular - latin */
@font-face {
  font-family: 'JostRegular';
  font-style: normal;
  font-weight: 400;
  src: url('webfonts/jost-v13-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('webfonts/jost-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfonts/jost-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('webfonts/jost-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('webfonts/jost-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('webfonts/jost-v13-latin-regular.svg#Jost') format('svg'); /* Legacy iOS */
}

/* jost-700 - latin */
@font-face {
  font-family: 'JostBold';
  font-style: normal;
  font-weight: 700;
  src: url('webfonts/jost-v13-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('webfonts/jost-v13-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfonts/jost-v13-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('webfonts/jost-v13-latin-700.woff') format('woff'), /* Modern Browsers */
       url('webfonts/jost-v13-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('webfonts/jost-v13-latin-700.svg#Jost') format('svg'); /* Legacy iOS */
}

/* jost-italic - latin */
@font-face {
  font-family: 'JostItalic';
  font-style: italic;
  font-weight: 400;
  src: url('webfonts/jost-v13-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('webfonts/jost-v13-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfonts/jost-v13-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('webfonts/jost-v13-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('webfonts/jost-v13-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('webfonts/jost-v13-latin-italic.svg#Jost') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'OpenSansRegular';
  font-style: normal;
  font-weight: 400;
  src: url('webfonts/open-sans-v29-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('webfonts/open-sans-v29-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfonts/open-sans-v29-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('webfonts/open-sans-v29-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('webfonts/open-sans-v29-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('webfonts/open-sans-v29-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'OpenSansBold';
  font-style: normal;
  font-weight: 700;
  src: url('webfonts/open-sans-v29-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('webfonts/open-sans-v29-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfonts/open-sans-v29-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('webfonts/open-sans-v29-latin-700.woff') format('woff'), /* Modern Browsers */
       url('webfonts/open-sans-v29-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('webfonts/open-sans-v29-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	
	color:#000;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
img, svg, video {width: 100%;height: auto;}
body , html {height: 100%;}
/* wrapper */
.wrapper {
	max-width:1200px;
	width:95%;
	margin:0 auto;
	position:relative;
	background: #EBEBEB;
}
/* header */
.header {
background: white;
}
.container.contentContainer {max-width: 1050px;}
.introSlider {position: relative;}
.introSlider:after {content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 35%;background-image: url('img/wave.svg');background-repeat: no-repeat;background-position: bottom center;background-size: cover;z-index: 1000}
.logo-img_l {max-width: 165px;}
.logo-img_r {max-width: 296px;}

.teaserBildUndHeadline {position: relative;}
.teaserBildUndHeadline h3.widget-title {position: absolute;width: 100%;bottom: 15px;left: 0;color: white;font-family: 'JostBold';font-size: 30px;}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {
background: #F6B288;
}
footer span {font-family: 'JostRegular';font-size: 20px;color: black;}
footer span.footerHéad {text-transform: uppercase;font-size: 20px;color: black;font-family: 'JostMedium';}
footer .spiralortheseLogo {max-width: 107px;}
footer .rehabunfLogo {max-width: 230px;}
p.copyright {text-align: center;font-family: 'JostRegular';font-size: 15px;padding: 25px 0 0 0}
.contentContainer h3.widget-title {font-family: 'JostBold';font-size: 48px;margin: 10px 0 30px 0;}
.contentContainer .textwidget p {font-family: 'OpenSansRegular';font-size: 20px;padding-bottom: 20px;}
.contentContainer .textwidget p strong {font-family: 'OpenSansBold';}
.contentContainer .textwidget ul {font-family: 'OpenSansRegular';font-size: 20px;padding: 0 0 20px 0;list-style-type: none;}
.contentContainer .textwidget ul li {position: relative;margin-bottom: 5px;}
.contentContainer .textwidget ul li:before {content: '> ';}

.introLinks ul li {font-family: 'JostRegular';font-size: 24px;padding: 5px 0;border-bottom: 1px solid white;text-transform: uppercase;}
.navbar-light ul.navbar-nav {width: 100%;font-family: 'JostRegular';font-size: 20px;color: black;}
.navbar-light ul.navbar-nav a.nav-link {color: black;}
.navbar-light ul.navbar-nav a.nav-link:hover; {color: #F7B28A;}
.navbar-light ul.navbar-nav .current_page_item a.nav-link {color: #F7B28A}
.navbar-light ul.navbar-nav .menu-item {position: relative;display: flex;}

@media only screen and (min-width:992px) {
.navbar-light ul.navbar-nav .sep {position: relative;
display: flex;
margin-left: 25px;
margin-top: 4px;
width: 1px;
height: 30px;
background-color: black;}

.navbar-light ul.navbar-nav li.menu-item:last-child .sep {display: none;}
.dropdown-menu::before {
  border-bottom: 15px solid rgba(0, 0, 0, 0.2);
  border-left: 15px solid rgba(0, 0, 0, 0);
  border-right: 15px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  left: 5%;
  position: absolute;
  top: -15px;
}
.dropdown-menu::after {
  border-bottom: 14px solid #EBEBEB;
  border-left: 15px solid rgba(0, 0, 0, 0);
  border-right: 15px solid rgba(0, 0, 0, 0);
  content: "";
  display: inline-block;
  left: 5%;
  position: absolute;
  top: -14px;
}
.dropdown-menu {background: #EBEBEB;}
a.dropdown-item {font-family: 'JostRegular';font-size: 12px;color: black;text-transform: uppercase;}

.dropdown-menu .menu-item {border-bottom: 1px solid white;}
.dropdown-menu .sep {display: none!important;}
}
@media only screen and (max-width:992px) {
.navbar-light ul.navbar-nav .menu-item {
  position: relative;
  display: block;
}
}


@media only screen and (max-width:1200px) {
 .container {max-width: 97%!important}
 .wrapper {width: 100%;}
}
.navbar-toggler {
 
  font-size: 25px;
 
}
.dropdown-menu {background: #EBEBEB;}
a.dropdown-item {font-family: 'JostRegular';font-size: 12px;color: black;text-transform: uppercase;display: block;padding: 10px 10px}
ul#footer-menu li a{font-family: 'JostRegular';font-size: 20px;color: black;}
ul#footer-menu li {border-bottom: 1px solid white;padding: 5px 0}
ul#footer-menu li:last-child {border-bottom: 0;}
/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
.introSlider:after {

bottom: -1px;

}
@media only screen and (min-width:320px) {

}
@media only screen and (max-width:1150px) {
.navbar-light ul.navbar-nav {width: 100%;font-family: 'JostRegular';font-size: 17px;color: black;}
}
@media only screen and (min-width:768px) {
.navbar-expand-lg .navbar-nav .dropdown-menu {top: 50px;}
}
@media only screen and (max-width:768px) {
#footer-menu {padding-bottom: 20px;}
.rehabundLogo {width: 60%}
}

@media only screen and (max-width:550px) {
.contentContainer h3.widget-title {

font-size: 25px;

}
.contentContainer .textwidget p {

font-size: 18px;

}

.introLinks ul li {

font-size: 18px;

}
.contentContainer .textwidget ul li {
font-size: 18px;
}
.logo-img_l {
max-width: 100px;
}

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
