/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('https://karenbeck.de/files/kb/fonts/roboto-v30-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://karenbeck.de/files/kb/fonts/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://karenbeck.de/files/kb/fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://karenbeck.de/files/kb/fonts/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */
       url('https://karenbeck.de/files/kb/fonts/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://karenbeck.de/files/kb/fonts/roboto-v30-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('https://karenbeck.de/files/kb/fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://karenbeck.de/files/kb/fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://karenbeck.de/files/kb/fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://karenbeck.de/files/kb/fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
       url('https://karenbeck.de/files/kb/fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://karenbeck.de/files/kb/fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}


/*
blau:#2f3c83;

*/

body {
	font-family: 'Roboto';
	color:#111;
		
}

a {
	color:#2f3c83;
	text-decoration: none;
}

a:hover {
	color:#2f3c83;
	text-decoration: underline;
}

strong {
	font-weight: 700;
}

h1 {
	margin-top: 0px;
	margin-bottom: 40px;
	font-size: 1.8em;
	line-height: 1.6em;
	font-weight: 300;
}

h2,h3 {
	font-size: 1.3em;
	line-height: 1.35em;
	font-weight: 300;
	padding-top: 5px;
}

h4 {
	font-size: 1.8em;
	line-height: 1.6em;
	font-weight: 300;
}

p {
	font-size: 1.3em;
	line-height: 1.35em;
	font-weight: 300;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
	
}

#datenschutz p {
	font-size: 16px;
}

.h1-artikel {
	margin-top: 30px;
	margin-bottom: 20px;
}

h3 {
	font-size: 1.2em;
	line-height: 1.25em;
	
	font-weight: normal;
	padding-top: 5px;
}
#container ul {
	list-style-image: url(../img/pfeil.svg);
	padding-left: 0;
	margin-left: 1.3em;
}

#container li {
	border-top: 1px solid #ccc;
	padding-top: 20px;
	margin-bottom: 30px;
	font-size: 1.3em;
	line-height: 1.35em;
	font-weight: 300;	
}



img {
	width: 100%; height: auto;
}

.kontaktbox {
position: relative;

}

.kontakt-toggler {
	
	position: absolute;
	top: 0px;
	left: 0px;
	
	width: 100%;
	height: 25px;
	border: 0;
	padding: 0;
	z-index: 1001;
	text-align: center;
	background-color: #f7f7f4;
	margin-bottom: 15px;
	
}

.kontakt-toggler .kontakt-text {
	background: #fff;
	padding: 15px 30px;
	display: inline;
	margin: 0px auto;
	}
	
.sprechzeiten-show {
	padding-top: 40px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}

.logo {
	color: #2f3c83;
}

.navbar {
	padding-left: 0px;
	padding-top: 60px;
}

.navbar-brand {
	font-size: 1.7em;
	line-height: 1.7em;
	font-weight: 300;
	color: #2f3c83;
	
	
}
.navbar-light .navbar-brand {
		color: #2f3c83;
}

.bg-light {
	background-color: transparent!important;
}

.nav li a {
	font-size: 1.7em;
	line-height: 1.7em;
	font-weight: 300;
	color: #111;
}

.nav li .active {
	font-size: 1.7em;
	line-height: 1.7em;
	font-weight: 300;
	
}

.dropdown-item.active, .dropdown-item:active {
	color: #2f3c83;
	background: transparent;
	font-size: 1.7em;
	line-height: 1.7em;
	font-weight: 300;	
}

#header .container, #container {
	background-color: #f7f7f4;
}

#header .container {
	padding-bottom: 20px;
	position: relative;
}

#footer .container {
	background-color: #f0f0f0;
	padding-top: 60px;
	padding-bottom: 60px;
}


.zitat .ce_text {
	padding-top: 75px;
	padding-bottom: 75px;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}



.margin-200 {
	padding-top: 200px;
	padding-bottom: 200px;
}

.margin-100 {
	padding-top: 40px;

}

.margin-100-last {
	padding-top: 40px;
	padding-bottom: 40px;
}

.zitat p {
	color: #818080;
}

.zitat-startseite {
	margin-top: 40px;
}

.btn-primary {
	color: #fff;
	background-color: #6c757d;
	border-color: #6c757d;
	display: block;
	margin-bottom: 10px;
}

/* Modal */
.modal-dialog {
  max-width: 1140px;
  height: 100%;
  margin-top: 0;
  background: #f7f7f4;
  
}

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


.close {
	float: none;
	opacity: 1.0;
	filter: alpha(opacity=100);
	color: #111;
	margin-top: -30px;
	font-family: 'Roboto';
	font-size: 60px;
	font-weight: 300; 
	padding-right: 40px;
}

.close:hover {
	color: #2f3c83;
}


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

.modal-title {
	color: #2f3c83;
		font-size: 1.7em;
	line-height: 1.7em;
	font-weight: 300;
	padding-left: 40px;
}

/*NewsNews*/
.mod_newslist {
	padding: 100px 0px;
	
}

.mod_newslist .block {
	margin-bottom: 40px;
	
}

.more a, .back a {
	background-color: #f0f0f0;
	padding: 8px 30px;
	font-size: 1.1em;
}

.back {margin-top: 30px; text-align: center;}

.mod_newsreader {
	padding-bottom: 100px;
}

.mod_newsreader .zitat {
	padding-bottom: 100px;
}



/*NewsNews End*/


@media (min-width:992px){
	.container {
		padding-left: 40px;
		padding-right: 40px;
	}
	#header .container {
		padding-bottom: 80px;
		position: relative;
	}
	h1 {
		margin-top: 0px;
		margin-bottom: 40px;
		font-size: 2.4em;
		line-height: 1.6em;
		font-weight: 300;
	}	
	h4 {
		font-size: 2.4em;
		line-height: 1.6em;
		font-weight: 300;
	}
	p {
		font-size: 1.7em;
		line-height: 1.7em;
		font-weight: 300;	
	}	
	#container li {
		border-top: 1px solid #ccc;
		padding-top: 20px;
		margin-bottom: 30px;
		font-size: 1.7em;
		line-height: 1.7em;
		font-weight: 300;	
	}
	.margin-100 {
		padding-top: 100px;
	}

	.margin-100-last {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	
	.mod_newslist h2 {
		font-size: 1.7em;
		line-height: 1.7em;
		font-weight: 300;	
	}		
	.mod_newslist h3 {
		font-size: 1.3em;
		line-height: 1.7em;
		font-weight: 600;	
	}	
	
	.mod_newsreader p, .mod_newslist p {
		font-size: 1.3em;
		line-height: 1.7em;
	}	

}

@media (max-width:767px){
	.navbar-expand-md .nav {
		display: block;
	}
}
