/*
	Theme Name:		IBS Schreiber GmbH
	Theme URI: 		https://www.ibs-schreiber.de/
	Description:
	Author:			Kai Henken
	Author URI:		
	Version: 		0.9
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 ...
2.0
3.0
4.0
5.0
--------------------------------------------------------------*/


/*--------------------------------------------------------------
1.0 ...
--------------------------------------------------------------*/
*,
*:after,
*:before {
    -webkit-font-smoothing: antialiased;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
}

html, body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    /*
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: normal;
    */
}

.bx-wrapper .bx-viewport {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: 0 none !important;
    box-shadow: 0 0 0 0 #000 !important;
}

.bx-wrapper ul li {
    max-height: 100px !important;
    width: auto !important;
    margin-right: 15px;
}

.grid_02 {
    width: 48%;
    margin: 0 1%;
    float: left;
}

.grid_02.left {
    width: 49%;
    margin: 0 1% 0 0;
    float: lefT;
}

.grid_02.right {
    width: 49%;
    margin: 0 0 0 1%;
    float: lefT;
}

.grid_03.right {
    float: right;
    width: 33.33%;
}

.clear:before,
.clear:after {
    content: '';
    display: block;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

a {
    color: #444;
    text-decoration: none;
}

a:hover {
    color: #444;
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    outline: 0;
    text-decoration: none;
}

input:focus, select:focus {
    outline: 0;
    border: 1px solid #04A4CC;
}

input[type="radio"], input[type="checkbox"] {
    height: auto !important;
    display: inline-block;
    width: auto !important;
}

/*--------------------------------------------------------------
2.0 WordPress
--------------------------------------------------------------*/
.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 {

}

/*--------------------------------------------------------------
3.0 Struktur
--------------------------------------------------------------*/
.wrapper {
    max-width: 960px;
    margin: 0 auto;
    position: relative;
}

.clear {
    clear: both;
    display: block;
}

.box1 {
    width: 100%;
}

.box2 {
    width: 50%;
}

.box3 {
    width: 33.33%;
}

.box3-2 {
    width: 66.66%;
}

.box4 {
    width: 25%;
}

.box5 {
    width: 20%;
}

.box6 {
    width: calc(100% / 6);
}

.box2, .box3, .box3-2, .box4, .box5, .box6 {
    float: left;
}

section::after {
    content: "";
    display: block;
    clear: both;
}

h1 {
    color: #355987;
    font-size: 25pt;
    margin: 5px 0 30px 0;
}

h2 {
    color: #355987;
    font-size: 18pt;
    margin: 25px 0 20px 0;
}

h3 {
    color: #355987;
    font-size: 14pt;
    margin: 25px 0 20px 0;
}

.light {
    font-weight: 200;
}

a {
    color: #355987;
}

button, .button, .wpcf7-submit {
    padding: 0 20px;
    margin: 0 0 5px 0;
    border: 2px solid #ef9514;
    border-radius: 4px;
    line-height: 25pt;
    cursor: pointer;
    color: #fff;
    background: #ef9514;
    transition: 0.3s;
    position: relative;
    display: inline-block;
    text-decoration: none;
    -webkit-box-shadow: none;
    -box-shadow: none;
}

button:hover, .button:hover, .wpcf7-submit:hover {
    color: #ef9514;
    background: #fff;
}

.button.grey {
    padding: 0 20px;
    margin: 0 0 5px 0;
    border: 2px solid #ddd;
    border-radius: 4px;
    line-height: 25pt;
    cursor: pointer;
    color: #777;
    background: #ddd;
    transition: 0.3s;
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.button.grey:hover {
    color: #333;
    background: #fff;
}

.button.grey.fl.block {
    display: block;
    float: left;
}

button.fr.block {
    display: block;
    float: right;
}

#topnav {
    width: 100%;
    background: #355987;
    padding-top: 7px;
}

#topnav::after {
    content: "";
    display: block;
    clear: both;
}

#topnav ul {
    margin: 0;
    padding: 0;
    bottom: 0;
    float: left;
}

#topnav ul li {
    margin: 0;
    padding: 0;
    margin-right: 5px;
    display: inline-block;
}

#topnav ul li a {
    height: 33px;
    display: inline-block;
    width: 230px;
    text-align: center;
    line-height: 33px;
    font-weight: bold;
    font-size: 10pt;
}

#topnav ul li.seminare a {
    color: #fff;
    background: #355987;
}

#topnav ul li.seminare.active a {
    color: #a2bad9;
    background: #fff;
}

#topnav ul li.checkaud a {
    color: #fff;
    background: #98c538;
}

#topnav ul li.checkaud.active a {
    color: #98c538;
    background: #fff;
}

#topnav ul li.ibsdp a, #topnav ul li.ibsdp a:hover {
    color: #fff;
    background: #ef9514;
    display: none;
}

#topnav .search {
    float: right;
}

#topnav .search input {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    padding: 0 5px;
    margin: 0;
    line-height: 25px;
    height: 25px;
    color: #fff;
    display: inline-block;
}

#topnav .search input::-webkit-input-placeholder {
    color: #fff;
}

#topnav .search input::-moz-placeholder {
    color: #fff;
}

#topnav .search button {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    bottom: 0;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    position: relative;
    transition: color 0.5s ease 0s;
    width: 25px;
}

#topnav .search button:hover {
    color: rgba(255, 255, 255, 1);
}

#topnav .search button i {
    padding: 0;
    margin: 0;
    display: block;
    top: 0;
}

header {
    background: #fff;
    padding: 11px 0;
}

header::after {
    clear: both;
    content: "";
    display: block;
}

header img.custom-logo {
    display: block;
    float: left;
    width: auto;
    max-height: 80px;
}

header #contactarea {
    float: right;
    text-align: right;
    margin-top: 5px;
}

header #contactarea p {
    color: #9b9b9b;
    margin: 0;
    font-size: 11pt;
}

header #contactarea p .tel {
    color: #ef9514;
    font-size: 15pt;
    font-weight: 700;
    display: block;
    margin-top: 3px;
}

.navbar {
    /*
    background-color: #355987;
    border-radius: 0px;
    border-color: #355987;
    */
    min-height: 0px;
    margin-bottom: 0px;
}

/*
.navbar a {
	color: rgba(255, 255, 255, 0.7);
}

.navbar a.active {
	font-weight: bold;
}
*/
.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.navbar-brand {
    display: none;
}

#navbar .search {
    display: none;
}

ul.nav ul.dropdown-menu {
    margin: 0;
    border-radius: 0;
}

ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}

.nav>li>a:hover {
    color: #fff;
    background: #355987;
}

.nav>li.active>a, .nav>li.active>a:focus, .nav>li.active>a:hover {
    font-weight: bold;
    color: #fff;
    background: #355987;
}

.dropdown-menu>li>a:hover {
    color: #fff;
    background: #355987;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background: #355987;
}

section#slider {
    background: url(images/header/background.jpg);
    background-size: cover;
    background-position: center center;
}

#slider.front {
    height: 425px;
    position: relative;
    overflow: hidden;
}

section#slider #startslider .textoverlay {
    background: rgba(255, 255, 255, 0.7);
    color: #355987;
    position: absolute;
    width: 100%;
    padding: 10px 0;
    bottom: 15px;
    text-align: center;
    font-size: 20pt
}

section#slider #startslider .textoverlay strong {
    font-weight: 800;
}

section#slider #startslider .item img {
    display: block;
    max-width: 100%;
}

section#slider #startslider.child {
    height: 260px;
    overflow: hidden;
}

section#slider #startslider.child .item {
    margin-top: -65px;
}

section#upcoming {
    border-bottom: 5px solid #ccc;
    padding: 10px 0 20px;
}

section#upcoming .box4 {
    width: calc(25% - 1px);
    border-right: 1px solid #ccc;
    min-height: 70px;
    padding: 10px 10px;
    transition: background 0.3s;
}

section#upcoming .box4:hover {
    background: #eee;
}

section#upcoming .box4:last-child {
    width: 25%;
    border-right: 0 solid #ccc;
}

section#upcoming .box4::after {
    content: "";
    display: block;
    clear: both;
}

section#upcoming .box4 .date {
    color: #ef9514;
    font-size: 10pt;
    width: 52px;
    float: left;
    margin-right: 5px;
}

section#upcoming .box4 .date .day {
    font-size: 18pt;
    font-weight: 500;
    line-height: 18pt;
}

section#upcoming .box4 .date .month {
    font-size: 18pt;
    font-weight: 600;
}

section#upcoming .box4 .headline {
    float: left;
    width: calc(100% - 57px);
    font-weight: 600;
    color: #355987;
}

section#uebersicht {
    background: url(images/background-uebersicht.jpg);
    background-size: cover;
    background-position: center center;
    padding: 40px 0;
}

section#uebersicht .wrapper::after {
    content: "";
    display: block;
    clear: both;
}

section#uebersicht a.box2 {
    padding: 20px;
    width: 49.5%;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.5);
    min-height: 225px;
    margin-bottom: 8px;
    display: block;
    position: relative;
}

section#uebersicht a.box2.fl {
    margin-right: 0.5%;
    float: left;
}

section#uebersicht a.box2.fr {
    margin-left: 0.5%;
    float: right;
}

section#uebersicht a.box2 h3 {
    color: #355987;
    margin-top: 0;
}

section#uebersicht a.box2 p {
    margin-bottom: 0;
    color: #111;
    transition: 0.5s;
}

section#uebersicht a.box2 .overlay {
    opacity: 0;
    transition: 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
}

section#uebersicht a.box2:hover .overlay {
    opacity: 1;
}

section#uebersicht a.box2 .overlay .title {
    text-align: center;
    font-size: 20pt;
    color: #355987;
    margin-top: 80px
}

section#uebersicht .box2 .overlay .more {
    text-align: center;
    font-size: 16pt;
    color: #355987;
    font-weight: 600;
}

section#uebersicht .box2 ul {
    margin-top: 5px;
    margin-bottom: 5px;
    color: #111;
}

section#news {
    color: #fff;
    background: #355987;
    padding: 40px 0;
}

section#news h2 {
    color: #fff;
}

section#news a.box1.news {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 0 10px 10px;
    display: block;
    transition: background 0.3s;
    width: 95%;
    margin-right: 5%;
}

section#news a.box1.news:hover {
    background: rgba(255, 255, 255, 0.1);
}

section#news a.box1.news:last-child {
    border-bottom: 0 solid rgba(255, 255, 255, 0);

}

section#news a.box1.news::after {
    content: "";
    clear: both;
    display: block;
}

section#news a.box1.news .date {
    color: rgba(255, 255, 255, 0.5);
    font-size: 10pt;
    width: 52px;
    float: left;
    margin-right: 5px;
}

section#news a.box1.news .date .day {
    font-size: 32pt;
    line-height: 27pt;
    font-weight: 600;
}

section#news a.box1.news .contentwrapper {
    width: calc(100% - 57px);
    float: left;
}

section#news a.box1.news .headline {
    font-weight: 600;
    color: #fff;
}

section#news a.box1.news .content {
    font-weight: 300;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 5px;
}

section#news a.box1.news .more {
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    margin-top: 5px;
}

section#news a.box1.seminar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 0 8px 10px;
    display: block;
    transition: background 0.3s;
    width: 98%;
    margin-right: 2%;
}

section#news a.box1.seminar:hover {
    background: rgba(255, 255, 255, 0.1);
}

section#news a.box1.seminar:last-child {
    border-bottom: 0 solid rgba(255, 255, 255, 0);
}

section#news a.box1.seminar::after {
    content: "";
    clear: both;
    display: block;
}

section#news a.box1.seminar .headline {
    font-weight: 600;
    color: #fff;
}

section#news a.box1.seminar .content {
    font-weight: 300;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 5px;
}

section#news a.box1.seminar .more {
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    margin-top: 5px;
}

section#referenzen {
    border-bottom: 10px solid #ddd;
    padding: 5px 0;
}

section#referenzen .box6 img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

section#kontakt {
    padding: 40px 0;
    background: #f1f1f1;
}

section#kontakt .box2.first {
    width: 35%;
    margin-right: 2%;
}

section#kontakt .box2.second {
    width: 63%;
}

section#kontakt .box2 p {
    margin: 0;
}

section#kontakt .box2 p.tel {
    font-size: 32pt;
    margin: 10px 0;
    color: #355987;
}

section#kontakt .box2 .box2 {
    width: 48%;
    margin-right: 2%;
}

section#kontakt .wpcf7-form .form-group {
    margin-bottom: 5px;
}

/*
section#kontakt .box2 input {
    margin: 0 0 5px 0;
    width: 100%;
    border: 2px solid #ccc;
    border-radius: 4px;
    line-height: 25pt;
    padding: 0 10px;
    height: 28pt;
}

section#kontakt .box2 textarea {
    margin: 0 0 5px 0;
    width: 100%;
    max-width: 100%;
    border: 2px solid #ccc;
    border-radius: 4px;
    line-height: 130%;
    padding: 5pt 10px;
    height: calc(5 * 25pt + 5 * 4px + 4 * 5px);
    display: block;
}

section#kontakt .box2 button {
    margin: 0 0 5px 0;
    width: 100%;
    max-width: 100%;
    border: 2px solid #ef9514;
    border-radius: 4px;
    line-height: 25pt;
    padding: 0 10px;
    cursor: pointer;
    color: #fff;
    background: #ef9514;
    transition: 0.3s;
    position: relative;
}

section#kontakt .box2 button:hover {
    border: 2px solid #ef9514;
    color: #ef9514;
    background: #fff;
}

section#kontakt .box2 button i {
    position: absolute;
    right: 10px;
    line-height: 25pt;
    font-size: 22pt
}
*/

section#sitemap {
    padding: 40px 0;
    background: #6093c3;
    color: rgba(255, 255, 255, 0.5);
}

section#sitemap td {
    padding: 0 2px;
}

section#sitemap .heading {
    color: #fff;
    font-weight: 600;
}

section#sitemap ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

section#sitemap ul li {
    margin-bottom: 5px
}

section#sitemap a {
    color: rgba(255, 255, 255, 0.5);
    transition: color 0.3s;
}

section#sitemap a:hover {
    color: rgba(255, 255, 255, 1);
}

section#sitemap p.socialmedia {
    font-size: 28pt;
    line-height: 130%;
    margin: 5px 0;
}

section#contentwrapper {
    padding-bottom: 40px;
}

section#breadcrumb {
    background-color: #f5f5f5;
}

section#breadcrumb .breadcrumb {
    line-height: 30px;
    font-size: 10pt;
    height: 30px;
    margin-bottom: 0px;
    padding: 0 20px;
}

section#contentwrapper aside#sidebar {
    float: lefT;
    width: 250px;
}

section#contentwrapper aside#sidebar ul {
    margin: 0 0 20px 0;
    list-style: none;
    padding: 0;
}

section#contentwrapper aside#sidebar ul li {
    border-bottom: 1px solid #fff;
    margin: 0;
    padding: 0;
}

section#contentwrapper aside#sidebar ul li a {
    display: block;
    background: #355987;
    color: rgba(255, 255, 255, 0.7);
    padding: 8px 20px;
    transition: 0.3s;
}

section#contentwrapper aside#sidebar ul > li > a:hover {
    color: rgba(255, 255, 255, 1);
    background: #5A779C;
}

section#contentwrapper aside#sidebar ul > li.active > a, section#contentwrapper aside#sidebar ul > li.current-menu-item > a {
    color: #fff;
    font-weight: 600;
}

section#contentwrapper aside#sidebar ul > li.activechild > a {
    color: #fff;
    font-weight: 600;
}

section#contentwrapper aside#sidebar ul > li > ul {
    margin: 1px 0 -1px 0;
    padding: 0;
    /* display: none; */
}

/*
section#contentwrapper aside#sidebar ul > li.active > ul {
    display: block;
}

section#contentwrapper aside#sidebar ul > li.activechild > ul {
    display: block;
}
*/

section#contentwrapper aside#sidebar ul > li > ul > li > a {
    display: block;
    background: #355987;
    color: rgba(255, 255, 255, 0.4);
    padding: 8px 20px 8px 30px;
    transition: 0.3s;
}

section#contentwrapper aside#sidebar ul > li > ul > li.active > a {
    color: #fff;
    font-weight: 600;
}

section#contentwrapper aside#sidebar ul > li > ul > li a:hover {
    color: rgba(255, 255, 255, 1);
    background: #5A779C;
}

section#contentwrapper aside#sidebar ul > li > ul > li > ul {
    margin: 1px 0 0 0;
    padding: 0;
    display: none;
}

section#contentwrapper aside#sidebar ul > li > ul > li.active > ul, section#contentwrapper aside#sidebar ul > li > ul > li.activechild > ul {
    margin: 1px 0 0 0;
    padding: 0;
    display: block;
}

section#contentwrapper aside#sidebar ul > li > ul > li > ul > li > a {
    color: rgba(255, 255, 255, 0.3);
    padding: 8px 20px 8px 40px;
}

section#contentwrapper aside#sidebar .box1 {
    border: 1px solid #355987;
    padding: 0 20px 20px 20px;
}

section#contentwrapper aside#sidebar .box1 .heading {
    background: #355987;
    color: #fff;
    margin: 0 -20px 20px;
    padding: 8px 20px;
}

section#contentwrapper aside#sidebar .box1 p {
    margin: 0
}

#sidebar .box1 .phone {
    color: #355987;
    display: block;
    font-size: 18pt;
    margin-top: 5px;
    margin-bottom: 5px;
}

section#contentwrapper #content {
    float: right;
    width: calc(100% - 270px);
    margin-top: 15px;
    margin-left: 20px;
}

section#contentwrapper #content .categories {
    margin: 0 2% 20px 0;
    padding: 0;
    width: 48%;
    float: left;
    border: 1px solid #ccc;
}

section#contentwrapper #content .categories.fr {
    float: right;
}

section#contentwrapper #content .categories:nth-child(2n -1) {
    margin: 0 0 20px 2%;
    padding: 0;
    width: 48%;
    float: right;
    border: 1px solid #ccc;
}

section#contentwrapper #content .categories li {
    margin: 0;
    padding: 0;
    list-style: none;
}

section#contentwrapper #content .categories > li > a {
    display: block;
    margin: 0;
    padding: 10px 20px;
    list-style: none;
    color: #fff;
    background: #355987;
    font-weight: 600;
    transition: 0.3s;
}

section#contentwrapper #content .categories li a::before {
    content: "\f105\ ";
    font-family: FontAwesome;
}

section#contentwrapper #content .categories li a:hover {
    color: #fff;
    background: #5A779C;
}

section#contentwrapper #content .categories li ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

section#contentwrapper #content .categories li ul li a {
    display: block;
    margin: 0;
    padding: 8px 20px 8px 20px;
    list-style: none;
    color: #111;
    font-weight: 400;
    transition: 0.3s;
}

footer {
    background: #355987;
    color: rgba(255, 255, 255, 0.7);
    padding: 15px
}

footer::after {
    clear: both;
    content: "";
    display: block;
}

footer .copyright {
    float: left;
}

footer ul {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
}

footer ul li {
    float: left;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    padding-right: 10px;
}

footer ul li:last-child {
    float: left;
    border-right: 0 solid rgba(255, 255, 255, 0);
    padding-left: 10px;
}

footer ul li a {
    color: rgba(255, 255, 255, 0.7);
    transition: 0.3s;
}

footer ul li a:hover {
    color: rgba(255, 255, 255, 1);
}

div#socialmedia {
    width: 50px;
    position: fixed;
    right: 0;
    top: 20%;
    box-shadow: 0 0 15px -2px rgba(0, 0, 0, 0.5);
}

div#socialmedia a {
    width: 50px;
    height: 50px;
    display: block;
    background: #444;
    color: #fff;
    font-size: 25pt;
    line-height: 50px;
    text-align: center;
}

div#socialmedia a.phone {
    cursor: default;
    background: #222;
}

div#socialmedia a.youtube {
    background: #CC181E;
}

div#socialmedia a.xing {
    background: #135353;
}

div#socialmedia a:hover {
    margin-left: -5px;
    padding-right: 15px;
    width: 65px;
}

div#socialmedia a.phone:hover {
    margin-left: -120px;
    padding-right: 0px;
    width: auto;
}

div#socialmedia a.phone:hover::after {
    font-size: 11pt;
    /* font-weight: bold; */
    text-align: center;
    vertical-align: middle;
    content: " 040 696985 - 0";
}

.owl-controls {
    height: 0;
}

.owl-nav {
    top: 50%;
    position: absolute;
    width: 100%;
    height: 0;
}

.owl-prev {
    position: absolute;
    left: 10px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 90pt;
    margin-top: -45pt;
}

.owl-next {
    position: absolute;
    right: 10px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 90pt;
    margin-top: -45pt;
}

.videowrapper {
    height: 388px;
    width: 100%;
}

.newsbox {
    display: block;
    padding: 15px 5px;
}

.newsbox:nth-of-type(2n) {
    background: #f5f5f5 none repeat scroll 0 0;
}

.newsbox:hover {
    background: #efefef none repeat scroll 0 0;
}

.newsbox::after {
    content: "";
    display: block;
    clear: both;
}

.newsbox .date {
    color: #ef9514;
    font-size: 10pt;
    width: 52px;
    float: left;
    margin-right: 5px;
}

.newsbox .date .day {
    font-size: 20pt;
    font-weight: 400;
    line-height: 21pt;
}

.newsbox .date .month {
    font-size: 18pt;
    font-weight: 800;
    line-height: 27pt;
}

.newsbox .textarea p {
    margin: 0;
}

.newsbox .textarea {
    float: left;
    width: calc(100% - 57px);
    font-weight: 400;
    color: #355987;
}

.newsbox .button {
    margin-top: 10px;
    display: inline-block;
    line-height: 23px;
    padding: 0 5px;
}

.eventinfo {
    border: 1px solid #ddd;
    border-radius: 4px;
    float: right;
    margin-bottom: 20px;
    margin-left: 20px;
    padding: 20px;
    width: 265px;
}

.eventinfo h3 {
    margin-top: 0;
}

.eventinfo .button {
    display: block;
    text-align: center;
}

ul.moreinfos {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

ul.moreinfos > li {
    margin-bottom: 20px;
}

ul.moreinfos li a.moreinfolink {
    background: #355987 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16pt;
    padding: 5px 10px;
    overflow: auto;
}

ul.moreinfos li a.moreinfolink::after {
    content: "\f107";
    float: right;
    font-family: FontAwesome;
    transition: 0.5s;
    transform: rotate(0deg);
}

ul.moreinfos li a.moreinfolink.active::after {
    transform: rotate(180deg);
}

ul.moreinfos > li > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

hr {
    background: #ddd none repeat scroll 0 0;
    border: 0 none;
    height: 1px;
    margin: 30px 0 40px;
}

.subheading {
    font-size: 15pt;
    margin-top: -15pt;
}

.event_referenten .imgwrapper {
    float: left;
    margin-right: 2%;
    margin-top: 24px;
    width: 15%;
}

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

.event_referenten .textwrapper {
    float: right;
    width: 83%;
}

.event_referenten .textwrapper > h3 {
    margin-top: 20px;
}

.event_hotels .imgwrapper {
    float: left;
    margin-right: 2%;
    margin-top: 24px;
    width: 23%;
}

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

.event_hotels .textwrapper {
    float: right;
    width: 75%;
}

.event_hotels .textwrapper > h3 {
    margin-top: 20px;
}

#formwrapper.js {
    bottom: 0;
    left: 0;
    overflow: auto;
    position: fixed;
    z-index: 2;
    right: 0;
    top: 0;
}

#formwrapper.js .bg {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
}

#formwrapper.js .contentwrapper {
    background: #fff none repeat scroll 0 0;
    margin: 0 auto 50px;
    max-width: 750px;
    padding: 20px;
    position: relative;
    top: 50px;
    z-index: 2;
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.3);
}

#formwrapper form input[type="text"]:nth-of-type(2n-1) {
    border: 2px solid #ddd;
    border-radius: 2px;
    display: block;
    float: left;
    margin: 0 5px 8px 0;
    padding: 10px 15px;
    width: calc(50% - 5px);
}

#formwrapper form input[type="text"]:nth-of-type(2n) {
    border: 2px solid #ddd;
    border-radius: 2px;
    display: block;
    float: left;
    margin: 0 0 8px 5px;
    padding: 10px 15px;
    width: calc(50% - 5px);
}

#formwrapper form input[name="email"] {
    display: none !important;
}

input[name="email_rechnung"] {
    display: none !important;
}

#formwrapper form select {
    border: 2px solid #ddd;
    border-radius: 2px;
    display: block;
    float: left;
    margin-bottom: 10px;
    padding: 10px 15px;
    width: calc(50% - 5px);
}

#formwrapper form select:nth-of-type(2n) {
    margin-left: 5px;
}

#formwrapper form select:nth-of-type(2n-1) {
    margin-right: 5px;
}

#formwrapper textarea {
    border: 2px solid #ddd;
    border-radius: 2px;
    display: block;
    float: left;
    margin: 0 5px 8px 0;
    padding: 10px 15px;
    width: calc(100%);
}

#formwrapper .close {
    color: #888;
    cursor: pointer;
    font-size: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 30px;
    display: none
}

#formwrapper.js .close {
    color: #888;
    cursor: pointer;
    font-size: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 30px;
    display: block;
}

#formwrapper .close:hover {
    color: #333;
}

#formwrapper h2 {
    margin-top: 0;
}

#formwrapper .subheading {
    font-size: 14pt;
}

#editform form input[type="text"]:nth-of-type(2n-1) {
    border: 2px solid #ddd;
    border-radius: 2px;
    display: block;
    float: left;
    margin: 0 5px 8px 0;
    padding: 10px 15px;
    width: calc(50% - 5px);
}

#editform form input[type="text"]:nth-of-type(2n) {
    border: 2px solid #ddd;
    border-radius: 2px;
    display: block;
    float: left;
    margin: 0 0 8px 5px;
    padding: 10px 15px;
    width: calc(50% - 5px);
}

#editform form input[name="email"] {
    display: none !important;
}

input[name="rechnung_email"] {
    display: none !important;
}

#editform textarea {
    border: 2px solid #ddd;
    border-radius: 2px;
    display: block;
    float: left;
    margin: 0 5px 8px 0;
    padding: 10px 15px;
    width: calc(100%);
}

#editform form select {
    border: 2px solid #ddd;
    border-radius: 2px;
    display: block;
    float: left;
    margin-bottom: 10px;
    padding: 10px 15px;
    width: calc(50% - 5px);
}

#editform form select:nth-of-type(2n) {
    margin-left: 5px;
}

#editform form select:nth-of-type(2n-1) {
    margin-right: 5px;
}

#editform .close {
    color: #888;
    cursor: pointer;
    font-size: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 30px;
    display: none
}

#nlformwrapper {
    bottom: 0;
    left: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    display: none;
}

#nlformwrapper.active {
    display: block;
}

#nlformwrapper .nlbg {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

#nlformwrapper .nlcontentwrapper {
    background: #fff none repeat scroll 0 0;
    margin: 0 auto;
    max-width: 410px;
    padding: 20px;
    position: relative;
    top: 170px;
    z-index: 2;
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.3);
}

#nlformwrapper form input[type="text"] {
    border: 2px solid #ddd;
    border-radius: 2px;
    display: block;
    float: left;
    margin-bottom: 10px;
    padding: 10px 15px;
    width: 100%;
}

#nlformwrapper form input[name="email"] {
    display: block !important;
}

#nlformwrapper form select {
    border: 2px solid #ddd;
    border-radius: 2px;
    display: block;
    margin-bottom: 10px;
    padding: 10px 15px;
    width: 100%;
}

#nlformwrapper form select:nth-of-type(2n) {
    margin-left: 5px;
}

#nlformwrapper form select:nth-of-type(2n-1) {
    margin-right: 5px;
}

#nlformwrapper .nlclose {
    color: #888;
    cursor: pointer;
    font-size: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 30px;
    display: none
}

#nlformwrapper .nlclose {
    color: #888;
    cursor: pointer;
    font-size: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 30px;
    display: block;
}

#nlformwrapper .nlclose:hover {
    color: #333;
}

#nlformwrapper h2 {
    margin-top: 0;
}

#nlformwrapper .subheading {
    font-size: 14pt;
}

#proceedform table {
    border-collapse: separate;
}

.grid_02.left.userangaben {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #ddd;
    padding: 0 20px 20px;
    width: 59%;
}

.grid_03.right.rechnung {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #ddd;
    padding: 0 20px 20px;
    width: 36%;
}

.editbutton {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #999;
    float: right;
    font-size: 14pt;
    height: auto;
    line-height: inherit;
    margin: 0;
    padding: 0;
    width: auto;
}

.editbutton:hover {
    color: #333;
}

.editform input[type="text"]:nth-of-type(2n-1) {
    border: 2px solid #ddd;
    border-radius: 2px;
    display: block;
    float: left;
    margin: 0 5px 8px 0;
    padding: 10px 15px;
    width: calc(50% - 5px);
}

.editform input[type="text"]:nth-of-type(2n) {
    border: 2px solid #ddd;
    border-radius: 2px;
    display: block;
    float: left;
    margin: 0 0 8px 5px;
    padding: 10px 15px;
    width: calc(50% - 5px);
}

/*
input[name="email"] {
    display: none !important;
}
*/

.editform select {
    border: 2px solid #ddd;
    border-radius: 2px;
    display: block;
    float: left;
    margin-bottom: 10px;
    padding: 10px 15px;
    width: calc(50% - 5px);
}

.editform select:nth-of-type(2n) {
    margin-left: 5px;
}

.editform select:nth-of-type(2n-1) {
    margin-right: 5px;
}

.editform textarea {
    border: 2px solid #ddd;
    border-radius: 2px;
    font-family: Arial;
    font-size: 11pt;
    max-width: 100%;
    min-height: 100px !important;
    min-width: 100%;
    padding: 15px;
    width: 100%;
}

.editform textarea:focus, .editform input:focus {
    border-color: #6093C3 !important;
}

.partner .img {
    float: left;
    width: 33%;
}

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

.partner .text {
    float: right;
    width: 65%;
}

.partner .text > p:first-child {
    margin-top: 0;
}

.kontakt .img {
    float: left;
    width: 15%;
}

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

.kontakt .text {
    float: right;
    width: 85%;
}

.kontakt .text > p:first-child {
    margin-top: 0;
}

.kontakt hr {
    margin: 5px 0 15px;
}

.searchbox .permalink {
    color: #777;
    margin-top: 0;
}

.searchbox h3 {
    margin: 0;
}

.searchbox {
    border-bottom: 1px solid #e1e1e1;
    padding: 20px;
}

.searchbox:nth-of-type(2n) {
    background: #f9f9f9 none repeat scroll 0 0;
}

.searchbox a {
    color: #333;
}

.searchbox a:hover {
    color: #000;
}

.seminarewrapper {
    border: 1px solid #ccc;
    max-height: 800px;
    overflow-y: auto;
    padding: 5px 0;
}

table.seminare {
    width: 100%;
}

table.seminare tr:nth-child(2n) {
    background: #f5f5f5 none repeat scroll 0 0;
}

table.seminare td {
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
}

table.seminare tr .title {
    padding-left: 5px;
    padding-right: 20px;
    width: 275px;
}

table.seminare tr .date {
    line-height: 30px;
}

table.seminare tr .button {
    /*
    background: #ccc none repeat scroll 0 0;
    border-color: #ccc;
    color: #666;
    */
    line-height: 25px;
    float: right;
    margin: 0 5px 0 0;
}

option.hidden, input.hidden, p.preseminar.hidden {
    display: none;
}

#contactform input {
    margin: 0 0 5px 0;
    width: 100%;
    border: 2px solid #ccc;
    border-radius: 4px;
    line-height: 25pt;
    padding: 0 10px;
    height: 28pt;
}

#contactform select {
    margin: 0 0 5px 0;
    width: 100%;
    border: 2px solid #ccc;
    border-radius: 4px;
    line-height: 25pt;
    padding: 9px 6px;
}

#contactform textarea {
    margin: 0 0 5px 5%;
    width: 95%;
    max-width: 100%;
    border: 2px solid #ccc;
    border-radius: 4px;
    line-height: 130%;
    padding: 5pt 10px;
    height: calc(6 * 25pt + 6 * 4px + 5 * 5px);
    display: block;
}

#contactform button {
    margin: 0 0 5px 0;
    max-width: 100%;
    border: 2px solid #ef9514;
    border-radius: 4px;
    line-height: 25pt;
    padding: 0 10px;
    cursor: pointer;
    color: #fff;
    background: #ef9514;
    transition: 0.3s;
    position: relative;
}

#contactform button:hover {
    border: 2px solid #ef9514;
    color: #ef9514;
    background: #fff;
}

#contactform button i {
    position: absolute;
    right: 10px;
    line-height: 25pt;
    font-size: 22pt
}

#seminarsuche input {
    margin: 0 0 5px 0;
    border: 2px solid #ccc;
    border-radius: 4px;
    line-height: 25pt;
    padding: 0 10px;
    height: 28pt;
}

#termine ul {
    list-style: outside none none;
    margin-bottom: 0;
    margin-top: 5px;
    padding-left: 20px;
}

.box1#newsletter {
    margin-top: 20px;
    display: block;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.box1#newsletter .fa.fa-envelope {
    /*
        color: #000;
        font-size: 80pt;
        left: 0;
        opacity: 0.15;
        position: absolute;
        top: 45px;
        width: 100%;
        line-height: 101px;
    */
    color: #000;
    font-size: 62pt;
    left: 0;
    opacity: 0.15;
    position: absolute;
    top: 60px;
    width: 100%;
}

div#newsletter p {
    line-height: 18px;
}

.language {
    background: rgba(255, 255, 255, 0.25) none repeat scroll 0 0;
    display: block;
    float: right;
    margin-right: 5px;
    margin-top: 0;
    padding: 3px 5px;
}

#content img {
    max-width: 100%;
    height: auto;
}

a.uebersichtsbox-w {
    /*
    background: #www none repeat scroll 0 0;
    */
    border-radius: 4px;
    box-shadow: 0 0 10px -5px #000;
    color: #fff;
    display: block;
    float: left;
    margin-bottom: 15px;
    margin-right: 2%;
    min-height: 110pt;
    padding: 20px;
    width: 48%;
}

a.uebersichtsbox-w h3 {
    color: #355987;
    margin-top: 0;
    text-align: center;
}

a.uebersichtsbox-w > p {
    margin-bottom: 0;
    color: #bbb;
    text-align: center;
    font-size: 45pt;
    line-height: 0;
    margin-top: 0;
    transition: 0.5s;
}

a.uebersichtsbox-w:hover > p {
    margin-bottom: 0;
    color: #355987;
    text-align: center;
    font-size: 45pt;
    line-height: 0;
    margin-top: 0;
}

.refbild {
    float: left;
}

.refcontent {
    float: right;
    width: calc(100% - 100px);
}

.hotelcontent {
    float: right;
    width: calc(100% - 173px);
}

.refcontent h3, .hotelcontent h3 {
    margin-top: 0;
    margin-bottom: 6px;
}

.unternehmen {
    color: #355987;
    font-weight: 600;
    margin: 0;
}

.ref_kurzinfo {
    color: #355987;
    font-weight: 600;
    margin-top: 4px;
}

a.uebersichtsbox {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 0 10px -5px #000;
    display: block;
    float: left;
    margin-bottom: 8px;
    margin-right: 1%;
    min-height: 95px;
    padding: 25px 10px;
    position: relative;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 49%;
}

a.uebersichtsbox strong {
    transition: 0.3s;
}

a.uebersichtsbox:hover strong {
    color: #fff;
}

a.uebersichtsbox:hover {
    background: #355987;
    color: #fff;
}

.loesungskachel {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    box-shadow: 0 0 10px -5px #000;
    display: block;
    margin-bottom: 8px;
    min-height: 130px;
    padding: 25px 10px;
    position: relative;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.loesungskachel .bg {
    display: block;
    float: left;
    height: 100px;
    margin-top: -15px;
    width: 100px;
}

.loesungskachel .bg img {
    height: auto;
    width: 100%;
}

.loesungskachel strong {
    line-height: 80px;
    margin-left: 30px;
}

.loesungskachel:hover {
    background: #91ae38 none repeat scroll 0 0;
    color: #fff;
}

nav i.fa.fa-bars {
    display: none;
}

nav .wrapper .search {
    display: none;
}

/*--------------------------------------------------------------
4. Formulare
--------------------------------------------------------------*/
/*--------------------------------------------------------------
4.0 Anmelde-Formular
--------------------------------------------------------------*/
button.accordion {
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover {

}

button.accordion:after {
    content: "\f107";
    font-family: FontAwesome;
    transition: 0.5s;
    transform: rotate(0deg);
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    transform: rotate(180deg);
}

div.panel {
    padding: 0 18px;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
}

div.panel.show {
    opacity: 1;
    max-height: 500px;
}

.disabled {
    background: #ccc none repeat scroll 0 0;
    border-color: #ccc;
    color: #666;
}

.disabled:hover {
    color: #666;
}

/*--------------------------------------------------------------
4.0 Newsletter-Formular
--------------------------------------------------------------*/
#form_newsletter span.wpcf7-list-item {
    display: block;
}

.required input, .required select, .required input, .required textarea, .required .bootstrap-select .btn {
    background-image: url("images/asterisk.png");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 32px 32px;
}

.mejs-overlay-play {
		background-color: rgba(0, 0, 0, 0.33);
}

/*--------------------------------------------------------------
5.0 Responsive
--------------------------------------------------------------*/
@media only screen and (max-width: 320px) {

}

@media only screen and (max-width: 480px) {

}

@media only screen and (max-width: 768px) {
    a {
        min-height: 48px;
        min-width: 48px;
    }

    #topnav {
        padding-top: 50px;
    }

    #topnav ul li {
        width: 50%;
        margin: 0;
        display: block;
        float: left;
    }

    #topnav ul {
        float: none;
        width: 100%;
    }

    #topnav ul li a {
        height: 48px;
        line-height: 48px;
        width: 100%;
        font-size: 3vw;
    }

    #topnav .search {
        display: none;
    }

    .navbar {
        top: 0;
        border-width: 0 0 1px;
        position: fixed;
        right: 0;
        left: 0;
        z-index: 1030;
    }

    .navbar-brand {
        display: block;
    }

    .navbar .search {
        display: block !important;
    }

    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: none;
    }

    section#slider {
        height: auto !important;
        overflow: hidden;
    }

    section#slider #startslider.child .item {
        margin-top: 0;
    }

    section#slider #startslider {
        height: auto !important;
        overflow: hidden;
    }

    header {
        background: #fff;
        padding: 10px;
    }

    #slider .wrapper {
        height: auto !important;
        overflow: hidden;
        position: relative;
    }

    div#socialmedia {
        display: none;
    }

    .box4 {
        width: 100% !important;
        float: none !important;
        border-right: none !important;
        display: block;
    }

    section#upcoming .box4 {
        border-bottom: 1px solid #ccc;
    }

    .grid_02, .grid_02.left, .grid_02.right, .grid_03.right, .grid_04, .grid_08 {
        width: 100% !important;
        float: none !important;
    }

    img {
        margin: 0 auto !important;
        max-width: 100%;
        display: block;
    }

    a.uebersichtsbox {
        width: 100%;
        float: none;
    }

    .box2 {
        width: 100% !important;
    }

    footer, section#sitemap, section#kontakt, section#referenzen, section#uebersicht {
        text-align: center;
    }
		
		section#sitemap p {
        margin-top: 20px;
    }

    section#kontakt .box2 p.tel {
        font-size: 11vw;
        margin: 10px 0;
        color: #ef9514;
    }

    section#kontakt .box2.second {
        margin-top: 30px;
    }

    .bx-wrapper ul li {
        max-height: 100px !important;
        width: auto !important;
        margin-right: 15px;
    }

    .breadcrumb {
        display: none;
    }

    section#contentwrapper #content {
        float: none;
        width: 100%;
        margin: 0;
        padding: 0 10px 10px 10px;
    }

    a.uebersichtskachel {
        width: 100%;
        display: block;
        float: none;
    }

    section#contentwrapper aside#sidebar {
        float: none;
        width: 100%;
    }

    section#contentwrapper aside#sidebar .box1 img {
        width: calc(100% + 40px);
        max-width: inherit;
        margin: 0 0 20px 0;
        position: relative;
        left: -20px;
        top: -20px;
    }

    .box1#newsletter .fa.fa-envelope {
        font-size: 52pt;
        top: 40px;
    }

    #nlformwrapper .nlcontentwrapper {
        top: 48px;
        bottom: 0 !important;
        position: absolute;
    }

    a.uebersichtsbox-w {
        display: block;
        width: 100%;
        float: none;
    }

    .eventinfo {
        display: block;
        width: 95%;
        padding: 20px;
        float: none;
        margin: 10px 2.5%;
    }

    #formwrapper form input[type="text"] {
        float: none !important;
        width: 100% !important;
        margin: 0 0 5px 0 !important;
    }
}
