/*
Theme Name: WP-Rischmueller
Author: Thomas Sander UI/UX Design
Author URI: http://thomassander.org/
Description: Theme for Tim Rischmueller, Rechtsanwalt
Version: 1.0
*/

/*Wordpress editor styles start*/

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}



/*Wordpress editor styles end*/



html {
  position: relative;
  min-height: 100%;
}
body {
  color: #191d1f;
  background-color: #f8f8f8;
  font-family: 'Oxygen', sans-serif;
  letter-spacing: 0.05em;
  font-size: 14px;
  font-weight: 400;
}

/* /////////////////////// TYPO */

p {
	font-size: 14px;
	line-height: 1.714em;
	margin-bottom: 12px;
	letter-spacing: 0.025em;
}
p.lead {
	font-size: 16px;
	line-height: 1.714em;
	letter-spacing: 0.025em;
}
small {

}
strong {
	font-weight: 700;
	letter-spacing: 0.025em;
}

h1 {
	font-size: 32px;
	font-weight: 400;
}
h2 {
	font-size: 24px;
	line-height: 1.286em;
	font-weight: 400;
}
h3 {
	font-size: 16px;
	font-weight: 400;
}
h4 {
	font-size: 14px;
	font-weight: 400;
}

h1, h2, h3 {
    margin-bottom: 12px;
    margin-top: 24px;
}

hr {
	 border-top-color: #e8e8e8;
}

/* /////////////////////// HEADER */

.header {
	height: 128px;
	color: #00205b;
	text-align: center;
}

.logo {
	margin-top: 40px;
}

/* ///////////////////// NAVBAR */

.navbar {
	border-radius: 0;
}

.navbar-default {
	border-color: #00205b;
	border-width: 2px;
	border-left: 0;
	border-right: 0;
	margin-bottom: 0px;
}
    
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:visited {
    color: #00205b;
    text-transform: uppercase;
}

.nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #66799d;

-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: #00205b;
    /*border-bottom: solid 3px #002e5f;*/
    font-weight: 700;
}

.affix {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	-webkit-box-shadow: 0px 8px 8px -4px rgba(0,32,91,0.1);
	-moz-box-shadow: 0px 8px 8px -4px rgba(0,32,91,0.1);
	box-shadow: 0px 8px 8px -4px rgba(0,32,91,0.1);
}

.navbar-social {
	margin: 0 auto 16px auto;
	text-align: center;
}
.navbar-social .navbar-nav > li {
	display: inline-block;
}
.navbar-social .navbar-nav > li > a {
	padding: 10px 12px;
}


.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:focus, 
.navbar-default .navbar-nav > .open > a:hover {
    	background-color: transparent;
    	color: #66799d;
}

.dropdown-menu {
    	background-color: #f8f8f8;
    	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    	font-size: 14px;
	border-top: solid 2px #00205b;
	border-bottom: solid 2px #00205b;
	border-right: none;
	border-left: none;
}
.navbar-nav > li > .dropdown-menu {
	border-radius: 0;
}

.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:focus, 
.dropdown-menu > .active > a:hover {
    	background-color: #00205b;
    	color: #fff;
}
.dropdown-menu > li > a {
    clear: both;
    display: block;
    font-weight: 400;
    line-height: 1.42857;
    padding-bottom: 3px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 3px;
    white-space: nowrap;
	color: #00205b;
}
.dropdown-menu > li > a:focus, 
.dropdown-menu > li > a:hover {
    background-color: #e5e8ee;
    color: #00205b;
}

.navbar-default .navbar-toggle {
    border: none;
}
.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #00205b;
}
.navbar-toggle .icon-bar {
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    display: block;
    height: 2px;
    width: 24px;
}

a.navbar-brand img {
	height: 20px;
	width: auto;
}

.navbar-default .navbar-brand {
	display: none;
	opacity: 0;
	
}

.navbar-default.affix .navbar-brand {
	display: inline-block;
	opacity: 1;
	-webkit-transition: opacity .8s ease-in-out;
    	-moz-transition: opacity .8s ease-in-out;
    	transition: opacity .8s ease-in-out;
}

.navbar-default .navbar-collapse, 
.navbar-default .navbar-form {
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top-color: #ccd2de;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #00205b;
}
.navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
}
.navbar-nav .open .dropdown-menu .dropdown-header, 
.navbar-nav .open .dropdown-menu > li > a {
    padding-bottom: 5px;
    padding-left: 25px;
    padding-right: 15px;
    padding-top: 5px;
}

.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    background-color: #00205b;
    color: #fff;
}
    
/* ///////////////////// JUMBOTRON */

.jumbotron {
	background-color: #00205b;
	background-image: url("/wp-content/uploads/2018/02/visitenkarte_sw_2018.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	background-position:center bottom;
	color: #fff;
	height: 544px;
	height: 480px;
	text-align: center;
	margin-bottom: 24px;
	position: relative;

}
.jumbotron .container {
	z-index: 10;
	position: relative;
}

.jumbotron h2 {
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-bottom: 8px;
	margin-top: 32px;
	line-height: 1.5em;
	opacity: 0;
    
    animation: fade-in 0.5s;
    animation-delay: 0.1s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;    
    -webkit-animation: fade-in 0.5s;
    -webkit-animation-delay: 0.1s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
}
.jumbotron h3 {
	font-size: 24px;
	letter-spacing: 0.05em;
	margin-bottom: 32px;
	margin-top: 0;
	line-height: 1.5em;
	font-weight: 300;
	opacity: 0;
    
    animation: fade-in 0.5s;
    animation-delay: 0.4s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;    
    -webkit-animation: fade-in 0.5s;
    -webkit-animation-delay: 0.4s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
}

.jumbotron p {
	font-size: 14px;
}
.jumbotron p.lead {
	font-size: 16px;
}

.jumbotron hr {
	margin-top: 32px;
	margin-bottom: 32px;
	border-top-color: #66799d;
}

.jumbotron .btn {
	opacity: 0;
    
    animation: fade-in 0.5s;
    animation-delay: 0.8s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;    
    -webkit-animation: fade-in 0.5s;
    -webkit-animation-delay: 0.8s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
}

/* ///////////////////// TEASER */

.teaser-section {
	padding: 32px 0 64px 0;
	background-color: #f8f8f8;
	text-align: center;
}
.teaser {
	padding: 12px 0px;
	color: #00205b;
}
.teaser h2 {
	margin-top: 16px;
}
.teaser h4 {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.714em;
}
.teaser .btn {
	margin-top: 8px;
	vertical-align: bottom;
}
.teaser-content {
	min-height: auto;
}
.teaser-section hr {
	margin-top: 32px;
	margin-bottom: 32px;
}

/* ///////////////////// HOME SECTIONS */

.tint-light-grey {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	background: rgba(243,243,244,0.9);
}
.tint-dark-grey {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	background: rgba(25,29,31,0.6);
}
.tint-light-blue {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	background: rgba(229,232,238,0.9);
}
.tint-dark-blue {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	background: rgba(0,38,100,0.7);
}

.trafficlaw-section {
	padding: 64px 0 120px 0;
	background-color: #f3f3f4;
	background-image: url("https://verkehrsrecht-bs.de/wp-content/uploads/2023/08/Bild-Mappen-Flyer-web.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	background-position: center center;
	border-top: solid 2px #00205b;
	text-align: center;
	position: relative;
	color: #fff;
}
.trafficlaw-section h2 {
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 24px;
}
.trafficlaw-section h3 {
	margin-bottom: 24px;
	color: #99a6bd;
	line-height: 1.5em;
}
.trafficlaw-section .btn-toolbar .btn {
	float: none;
	margin-top: 24px;
}
.trafficlaw-section .btn-toolbar {
	margin-top: 32px;
}

.encashment-section {
	padding: 48px 0 64px 0;
	background-color: transparent;
	border-top: solid 2px #e5e8ee;
	text-align: center;
	color: #00205b;
}
.encashment-section h2 {
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 24px;
	overflow: hidden;
	-ms-word-break: break-all;
     	word-break: break-all;
     /* Non standard for webkit*/
     	word-break: break-word;
	-webkit-hyphens: auto;
  	 -moz-hyphens: auto;
        hyphens: auto;
}
.encashment-section h3 {
	margin-bottom: 24px;
	color: #99a6bd;
	line-height: 1.5em;
}

.employmentlaw-section {
	padding: 48px 0 64px 0;
	background-color: #f2f4f7;
	border-top: solid 2px #e5e8ee;
	text-align: center;
	color: #00205b;
}
.employmentlaw-section h2 {
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 24px;
	overflow: hidden;
	-ms-word-break: break-all;
     	word-break: break-all;
     /* Non standard for webkit */
     	word-break: break-word;
	-webkit-hyphens: auto;
   	-moz-hyphens: auto;
        hyphens: auto;
}
.employmentlaw-section h3 {
	margin-bottom: 24px;
	color: #99a6bd;
	line-height: 1.5em;
}

/* ///////////////////// CONTENT */

.content {
	padding: 16px 0 96px 0;
}

.content h2 {
	font-size: 24px;
	text-transform: uppercase;
	color: #00205b;
	overflow: hidden;
}

.content h3 {
	font-size: 20px;
}

.content .well h3 {
	font-size: 16px;
}

.content h4 {
	font-weight: 700;
}

.post-content ul li,
.page-content ul li,
.post-content ol li,
.page-content ol li {
	margin: 4px 0;
	line-height: 1.5em;
}

.post-content ul,
.page-content ul {
	margin: 16px 0;
	list-style-type: square;
}

.post-content ol,
.page-content ol {
	margin: 16px 0;
}

.post-content .well,
.page-content .well {
	margin: 32px 0;
}

.post-content,
.page-content {
	color: #00205b;
}

.post-content img,
.page-content img {
	margin-top: 32px;
	margin-bottom: 32px;
}

.post-content h3,
.page-content h3 {
	line-height: 1.5em;
}

.post-content a,
.page-content a {
	color: #66799d;
	color: #0088ce;
}

.post-content h1 a,
.page-content h1 a, 
.post-content h2 a,
.page-content h2 a,
.post-content h3 a,
.page-content h3 a {
	color: inherit;
}

/* ///////////////////// PAGE */

.page {
	
}

.page img {
	max-width: 100%;
	height: auto;
}

/* ///////////////////// BLOG */

.blog {
	
}


.body img {
	max-width: 100%;
	height: auto;
}

.post-content {
	
}
.post-content h1 {
	line-height: 1.250em;
}
.post-content h2,
.page-content h2 {
	line-height: 1.5em;
}

.post-content hr {
	border-top: solid 1px #e5e8ee;
}
.post-meta {
	margin-top: 32px;
	margin-bottom: 12px;
	color: #00205b;
	text-align: left;
}
.post-meta p {
	line-height: 1.5em;
}
.post-meta p.date {
	display: inline;
}
.post-meta p.date:after {
	content: " /";
}
.post-meta p.category {
	display: inline;
}
.post-meta a {
	color: #00205b;
}
.post-meta a:hover,
.post-meta a:visited,
.post-meta a:focus {

}
.blog-item {
	padding: 24px 0 48px 0;
	margin: 0 0 0 0;
	border-bottom: solid 2px #e5e8ee;
}

.oldernewer {
	display: block;
	margin: 32px auto;
	text-align: center;
	color: #00205b;
}
p.older a,
p.newer a {
	font-size: 16px;
	color: #00205b;
}


/* ///////////////////// BADGES */


.badges-section {
	padding: 32px 0 32px 0;
	background-color: #f3f3f4;

	background-color: #f2f4f7;
	border-top: solid 1px #e5e8ee;
}

.badges-section .img-container {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.badges-section img {
	margin: 12px 24px;
	height: 56px;
	width: auto;
	display: inline-block;
}


/* ///////////////////// META */

.meta-section {
	padding: 32px 0 24px 0;
	background-color: #e8e8e8;
	background-color: #e5e8ee;
	color: #00205b;
}
.meta-media {
	text-align: center;
}
.meta-top {
	text-align: center;
}
.meta-nav {
	text-align: center;
	margin: 24px 0;
}

.meta-media a {
	color: inherit;
}

.meta-top a {
	color: inherit;
}

.meta-nav a {
	color: inherit;
}



/* ///////////////////// FOOTER */

.footer {
  	background-color: #191d1f;
  	color: #d1d2d2;
  	padding: 48px 0 16px 0;
}

.footer a {
	text-decoration: none;
	color: inherit;
}
.footer a:hover {
	text-decoration: underline;
	color: inherit;
}

.footer hr {
	border-top-color: #474a4c;
}

.footer h4 {
	font-weight: 700;
}

.footer .logo {
	max-height: 32px;
	padding: 0;
	margin: 0 auto 24px auto;
}

.footer-media {
	float: right;
	display: block;
}

.copyright {
	font-size: 11px;
	color: #757779;
}

.design-info {
	font-size: 11px;
	color: #757779;
}


/* ////////////////////// WIDGETS */

.anwW {
	border-width: 2px !important;
	}


.well {
	background-color: #f7f8fa;
	box-shadow: none;
	border: solid 2px #e5e8ee;
	margin: 24px 0;
	border-radius: 0;
}

.well h3 {
	font-weight: 700;
	margin-top: 12px;
}

.panel-group .panel {
	border-radius: 0;
}
.panel {
	background-color: #fff;
}

.panel-default > .panel-heading {
    background-color: #f2f4f7;
    border-color: #ccd2de;
    color: #00205b;
}
.panel-title a {
	color: #00205b;
}
.panel-title a:hover,
.panel-title a:visited,
.panel-title a:focus {
	color: #66799d;
	text-decoration: none;
}
.panel-default {
    border-color: #ccd2de;
}
.panel .well {
	border: none;
}

/* ////////////////////// PLUGINS */

/* PageNavi */

.wp-pagenavi {
	clear: both;
    	display: block;
    	/*float: right;*/
	text-align: right;
    	margin: 56px 0 0 0;
}

.wp-pagenavi a, 
.wp-pagenavi span {
	text-decoration: none;
	border: 2px solid #00205b;
	padding: 6px 12px;
	margin: 4px;
	font-weight: 700;
	color: #00205b;
}

.wp-pagenavi a:hover, 
.wp-pagenavi span.current {
	background-color: #00205b;
	color: #fff;
}

.wp-pagenavi span.current {
	font-weight: 700;
}

/* Google Maps */

.responsiveContainer {
  position: relative;
  /*padding-bottom: 56%;*/
  height: 300px;
  overflow: hidden;
}

.responsiveContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
}

.maps-section {
	height: 300px;
	position: relative;
	overflow: hidden;
}



/* ///////////////////// MORE LINK */

a.more-link {
	border-radius: 0;
	font-weight: 700;
	background-color: transparent;
    	border: solid 2px #00205b;
    	color: #00205b;
	cursor: pointer;
    	display: inline-block;
   	font-size: 14px;
    	line-height: 1.42857;
	margin-top: 24px;
    	margin-bottom: 0;
    	padding-bottom: 6px;
    	padding-left: 12px;
    	padding-right: 12px;
    	padding-top: 6px;
    	text-align: center;
    	vertical-align: middle;
    	white-space: nowrap;
	text-decoration: none;
}
a.more-link:hover,
a.more-link:visited,
a.more-link:focus {
	background-color: #00205b;
    	border: solid 2px #00205b;
    	color: #fff;

-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/* ///////////////////// BUTTONS, BOOTSTRAP */


.btn {
	border-radius: 0;
	font-weight: 700;
}
.btn-default,
.btn-default:visited {
    background-color: transparent;
    border: solid 2px #191d1f;
    color: #191d1f;
}
.btn-default:hover,
.btn-default:focus {
    background-color: #191d1f;
    border: solid 2px #191d1f;
    color: #e8e8e8;
-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn-primary,
.btn-primary:visited,
a.btn-primary,
a.btn-primary:visited {
    background-color: transparent;
    border: solid 2px #00205b;
    color: #00205b;
}
.btn-primary:hover,
.btn-primary:focus,
a.btn-primary:hover,
a.btn-primary:focus {
    background-color: #00205b;
    border: solid 2px #00205b;
    color: #fff;
-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn-secondary,
.btn-secondary:visited {
    background-color: transparent;
    border: solid 2px #0088ce;
    color: #0088ce;
}
.btn-secondary:hover,
.btn-secondary:focus {
    background-color: #0088ce;
    border: solid 2px #0088ce;
    color: #fff;
-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-tertiary,
.btn-tertiary:visited {
    background-color: transparent;
    border: solid 2px #fff;
    color: #fff;
}
.btn-tertiary:hover,
.btn-tertiary:focus {
    background-color: #fff;
    border: solid 2px #fff;
    color: #00205b;
-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn small {
font-weight: 400;
}

.text-primary {
	color: #00205b;
}
.text-primary-muted {
	color: #99a6bd;
}
.text-secondary {
	color: #0088ce;
}
.text-muted {
	color: #a3a5a5
}



/* MEDIA QUERIES ///////////////////////////////////////////// */



/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */



/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 

.navbar-default.affix .navbar-brand {
display: none;
}

.navbar-social {
	float: right;
	margin: 0;
}
.navbar-social .navbar-nav > li {
	display: inline-block;
}
.navbar-social .navbar-nav > li > a {
	padding: 10px 3px;
}

.jumbotron {
	background-color: #00205b;
	background-image: url("/wp-content/uploads/2018/02/visitenkarte_sw_2018.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	background-position:center bottom;
	color: #fff;
	height: 544px;
	text-align: center;
	margin-bottom: 24px;
	position: relative;

}

.jumbotron h2 {
	font-size: 32px;
	margin-bottom: 12px;
	margin-top: 56px;
}
.jumbotron p {
	font-size: 16px;
}
.jumbotron p.lead {
	font-size: 20px;
}

.teaser-section {
	padding: 24px 0 72px 0;
	background-color: #f8f8f8;
	text-align: center;
}

.teaser {
	padding: 12px 24px;
	color: #00205b;
}
.teaser h2 {
	margin-top: 16px;
}
.teaser h4 {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.714em;
}
.teaser .btn {
	margin-top: 8px;
	vertical-align: bottom;
}
.teaser-content {
	min-height: auto;
}

.trafficlaw-section {
	padding: 96px 0 120px 0;
	background-attachment: scroll;
	text-align: center;
}
.trafficlaw-section h2 {
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 32px;
}
.trafficlaw-section h3 {
	margin-bottom: 24px;
	color: #99a6bd;
}
.trafficlaw-section .btn-toolbar {
	margin-top: 0;
}

.encashment-section {
	padding: 96px 0 120px 0;
	background-color: transparent;
	border-top: solid 2px #e5e8ee;
	text-align: center;
	color: #00205b;
}
.encashment-section h2 {
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 32px;
	overflow: hidden;
}
.encashment-section h3 {
	margin-bottom: 24px;
	color: #99a6bd;
}
.employmentlaw-section {
	padding: 96px 0 120px 0;
	background-color: #f2f4f7;
	border-top: solid 2px #e5e8ee;
	text-align: center;
	color: #00205b;
}
.employmentlaw-section h2 {
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 32px;
}
.employmentlaw-section h3 {
	margin-bottom: 24px;
	color: #99a6bd;
}


.content {
	padding: 48px 30px 96px 30px;
}

.post-content h3,
.page-content h3 {
	font-size: 24px;
}

.post-content h2,
.page-content h2 {
	font-size: 32px;
}
.post-meta {
	margin-top: 32px;
}
p.lead {
	font-size: 20px;
}
.badges-section img {
	margin: 0 24px;
}
.meta-media {
	text-align: left;
}
.meta-top {
	text-align: right;
}
.meta-nav {
	text-align: center;
	margin: 0;
}

 }

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 

.jumbotron {
	background-size: cover;
	background-attachment: fixed;
}
.jumbotron h2 {
	font-size: 32px;
	margin-bottom: 12px;
	margin-top: 72px;
}
.jumbotron .btn {
    font-size: 18px;
    line-height: 1.33333;
    padding-bottom: 10px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
}

.navbar-default.affix .navbar-brand {
display: none;
}
.nav > li > a {
    padding-left: 15px;
    padding-right: 15px;
}


.teaser-section {
	padding: 48px 0 96px 0;
	background-color: #f8f8f8;
	text-align: center;
}

.teaser {
	padding: 12px 24px;
	color: #00205b;
}
.teaser h2 {
	margin-top: 16px;
}
.teaser h4 {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.714em;
}
.teaser .btn {
	margin-top: 8px;
	vertical-align: bottom;
}
.teaser-content {
	min-height: 272px;
}

.trafficlaw-section {
	padding: 96px 0 120px 0;
	background-attachment: fixed;
	text-align: center;
}

.post-meta {
	margin-top: 44px;
	text-align: right;
}
.post-meta p.date {
	display: block;
}
.post-meta p.date:after {
	content: "";
}
.post-meta p.category {
	display: block;
}

 }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 


.navbar-default.affix .navbar-brand {
display: none;
}

 }


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 

.jumbotron {
	background-size: cover;
	background-attachment: scroll;
}
.trafficlaw-section {
	background-attachment: scroll;
}

}


/* //////////////////////////////// ANIMATIONEN ///////////////////////////// */


@-webkit-keyframes fade-in {
  0%   { 
	  opacity: 0; 
	  -webkit-transform:  translate(0px,-32px);
	  }
  100% { 
	  opacity: 1; 
	  -webkit-transform:  translate(0px,0px);
	  }
  
}
@keyframes fade-in {
  0%   { 
	  opacity: 0; 
	  transform:  translate(0px,-32px);
	  }
  100% { 
	  opacity: 1; 
	  transform:  translate(0px,0px);
	  }
  
}


/* //////////////////////////////// Archive ///////////////////////////// */

body.blog .content,
body.single-post .content {
	padding: 48px 30px 30px 30px;
}

@media (min-width: 768px) {

	body.blog .jumbotron,
	body.archive .jumbotron {
		background-color: #00205b;
		background-image: url(/wp-content/uploads/2018/02/visitenkarte_sw_2018.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: scroll;
		background-position: center bottom;
		color: #fff;
		height: 370px;
		text-align: center;
		margin-bottom: 24px;
		position: relative;
		align-content: center;
	}

	body.single-post .jumbotron {
		background-color: #ffffff;
		background-image: none;
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: scroll;
		background-position: center bottom;
		color: #fff;
		height: 420px;
		text-align: center;
		margin-bottom: 24px;
		position: relative;
		align-content: center;
	}
}

body.blog .post-grid,
body.archive .post-grid {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0px;
	align-content: normal;
	align-items: stretch;
}



.employmentlaw-section.blog-page {
	text-align: left;
}

.blog-page .blog-post_item {
	min-height: auto;
}

#block-14 .wp-block-columns{
	margin: 0 !important;
}


@media (min-width: 768px) {

	.blog-page .blog-post_item {
		margin-bottom: 20px;
		flex: 0 0 1;
		flex-direction: column;
		display: flex;
	}
}

@media (max-width: 980px) {
	.sidebar-container {
		display: flex;
		flex-wrap: wrap;
	}

	body.single-post .jumbotron {
		background-color: #ffffff;
		background-image: none;
		height: auto;
	}
}

.blog-page .post-thumbnail {
	margin-top: 15px;
}

.blog-page .post-thumbnail img {
	width: 100%;
	border-radius: 6px;

}



.blog-page .blog-post_item {
	margin-bottom: 20px;
	flex: 0 0 1;
	flex-direction: column;
	display: flex;
}


.blog-post_item article.post {
	padding: 5px 15px 25px 15px;
	background: #FFF;
	border-radius: 6px;
	box-shadow: 0px 9px 24px -10px #337ab721;
	flex: 1;
}

body.archive .employmentlaw-section h2,
.employmentlaw-section.blog-page h2 {
	text-transform: none;
	font-size: 20px;
}

body.archive .jumbotron,
body.blog .jumbotron {
	background-size: cover;
	background-attachment: fixed;
	align-content: center;
}

.blog-page .navigation {
	text-align: center;
	margin-top: 65px;
}

.blog-page .nav-links {
	display: flex;
	flex-direction: row;
	gap: 15px;
	align-items: center;
	flex-wrap: wrap;
}

.blog-page .nav-links .page-numbers {
	padding: 5px 15px;
	background: transparent;
	border: 2px solid #337ab7;
	line-height: 2;
	transition: all 0.5s;
}

.blog-page .nav-links .page-numbers.current,
.blog-page .nav-links .page-numbers.current:hover {
	background: #337ab7;
	border: 2px solid #337ab7;
}

.blog-page .nav-links .next.page-numbers {
	border: none !important;
}

.widget-sidebar .widget-area .wp-block-latest-posts.wp-block-latest-posts__list li {

	margin-bottom: 10px;
}

#block-14.widget_block {
    border: 2px solid #00205b00 !important;
    background: #ffffff00 !important;
}

/* .widget-sidebar .widget-area #block-11{
    margin-top: 40px;
	position: -webkit-sticky;
	position: sticky;
    top: 20px;
} */

.widget-sidebar .widget-area .widget_block {
	border: 2px solid #00205b17;
	border-radius: 6px;
	margin-bottom: 30px;
	background: #fff;
	width: 100%;
}

.widget-sidebar .widget-area h2.wp-block-heading {
	padding: 20px;
	background: #337ab7;
	color: #fff;
	margin: 0;
	border-radius: 4px 4px 0px 0px;
	margin-bottom: 20px;
	font-size: 17px;
}

.widget-sidebar .widget-area ul.wp-block-latest-posts__list {
	padding: 20px;
}

.widget-sidebar .widget-area p {
	padding: 5px 20px;
}

.wp-block-button {
	width: 100%;
}

.widget-sidebar .widget-area .wp-block-button__link {
	color: #fff;
	background-color: #337ab7;
	border-radius: 9999px;
	box-shadow: none;
	text-decoration: none;
	padding: calc(.667em + 2px) calc(1.333em + 2px);
	font-size: 1.125em;
	width: 100%;
	box-shadow: 0px 5px 15px -4px #337ab7;
	transition: all 0.5s;
}

.widget-sidebar .widget-area .wp-block-button__link:hover {
	background-color: #002e5f;
	box-shadow: 0px 5px 15px -4px #002e5f;
}

.widget-sidebar .widget-area #block-13 {
	border: none;
}

.sidebar-container {
	display: flex;
}

.sticky-widget {
	position: sticky;
	top: 60px;
}


/* Table of Content */

.post-content #ez-toc-container {
	display: none;
}

#ez-toc-container.ez-toc-white {
	width: 100% !important;
	position: relative !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: none;
}

.ez-toc-title-container {
	display: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

@media (max-width: 968px) {

	.post-content #ez-toc-container {
		display: block;
	}

	#block-15 {
		display: none;
	}

	.post-content .ez-toc-title-container {
		display: block !important;
		padding: 15px 10px;
		background: #337ab7;
		color: #fff;
		font-size: 18px;
		border-radius: 6px 6px 0px 0px;
		margin-bottom: 15px;
	}

	.post-content #ez-toc-container.ez-toc-white nav {
		padding: 0 20px 25px 20px;
	}

	.post-content #ez-toc-container.ez-toc-white {
		padding: 0;
		border-radius: 6px;
	}

}

.ez-toc-counter nav ul li a::before {
	display: none !important;
}

#ez-toc-container a:visited {
	color: #337ab7 !important;
}

#ez-toc-container a:visited {
	color: #00205b !important;
}

div#ez-toc-container ul li a {
	margin-bottom: 10px !important;
}

#block-15 p {
	display: none;
}


/* Author */

.widget-sidebar .widget-area .wp-block-media-text {
	padding: 0px 20px;
	margin-bottom: 15px;
}

.widget-sidebar .widget-area .wp-block-media-text__content h3,
.widget-sidebar .widget-area .wp-block-media-text p {
	margin: 0px;
	padding: 0px;
}

.widget-sidebar .widget-area .wp-block-media-text__content h3 {
	color: #00205b !important;
	font-weight: 600;
}

.widget-sidebar .widget-area .wp-block-media-text figure {
	border-radius: 12px;
}

.wp-block-media-text>.wp-block-media-text__content {
	padding: 0 0 0 8% !important;
}

.widget-sidebar .widget-area .wp-block-media-text.is-image-fill>.wp-block-media-text__media {
	min-height: 110px;
}

@media (max-width: 968px) {

	.wp-block-media-text>.wp-block-media-text__content h3 {
		padding-top: 25px !important;
	}

	.wp-block-media-text.is-image-fill>.wp-block-media-text__media {
		min-height: 240px !important;
	}
}



/* Post Image */

.featured-image-inline {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	max-width: 300px;
}

body.single-post .post-content img,
.page-content img {
	margin-top: 32px;
	margin-bottom: 10px;
}

body.single-post .featured-image-inline__description {
	font-style: italic;
}

body.single-post h2 {
	text-transform: none;
}



@media (max-width: 768px) {

	body.single-post .featured-image-inline {
		float: none;
		margin-left: 0;
		max-width: 100%;
	}

	body.single-post img.attachment-medium {
		width: 100%;
		height: auto;
	}
}

/* Header CTA */

.header-CTA_mobile-show {
	display: none;
}


@media (max-width: 768px) {

	.header-CTA_mobile-show {
		display: block;
		width: 100%;
		text-align: center;
		background: #4c6792;
		padding-top: 14px;
		padding-bottom: 14px;
	}

	.fixed_cta-header {
		position: fixed;
		top: 54px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 998;
		padding-bottom: 10px;
	}
}

/*  swiper  */
.swiper {
	padding: 0px 50px !important;
}

.swiper h2 {
	line-height: 1.5em;
	font-size: 32px !important;
	color: #00205b;
}

.swiper-container {
	width: 100%;
	max-width: 1200px;
	overflow: hidden;
}

.swiper-wrapper {
	display: flex;
}

.swiper-slide {
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	width: 100%;
	height: auto;
	max-width: 200px;
	border-radius: 8px;
}

.swiper-slide h3 {
	font-size: 1.6rem;
	margin: 10px 0 5px;
	word-wrap: break-word;
}

.swiper-slide p {
	font-size: 1.2rem;
	color: #555;
}

.swiper-button-prev,
.swiper-button-next {
	color: #337ab7 !important;
}

/* JobPage */

.job_spalte-content {
	background: #fff;
    border: 2px solid #0f1f5a;
}

.job_spalte-content h4 {
	color: #fff;
    background: #0f1f5a;
    padding: 30px 0px;
    margin: 0;
}

/* 
.job_spalte-content #wp-block-file--media-1ef8c903-c95a-45e9-b404-e0c1e38fbfd4,
.job_spalte-content #wp-block-file--media-3d05b65f-89bd-40d7-a0f9-4ad22f509cfa,
.job_spalte-content #wp-block-file--media-f73d68bd-8b08-47f1-aefe-5927b446b813,
.job_spalte-content #wp-block-file--media-692028e6-5963-4616-aaa3-2b233f2b18c8 {
	display: none;
}

*/

.job_spalte-content .cta-button {
	margin-bottom: 15px !important;
	border: 2px solid #0f1f5a;
	transition: background-color 0.6s, border 0.6s;
}

.job_spalte-content .cta-button a {
	color: #fff;
	text-decoration: none !important;
	transition: color 0.6s, background-color 0.6s;
}

.job_spalte-content .cta-button:hover {
	background-color: #fff !important;
	border: 2px solid #0f1f5a;
}

.job_spalte-content .cta-button:hover a {
	background-color: #fff !important;
	color: #0f1f5a;
}

.collumns-align_job-page {
	align-items: start;
}