

/* ================================= */
/* GENERAL
/* ================================= */

@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body {
    background-image: url('../img/bg01.png') repeat;
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)), url(../img//bg01.png);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)), url(../img//bg01.png);
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)), url(../img//bg01.png);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0)), url(../img//bg01.png);
    background-color: #f7f7f7;
    background-position: top left, top left;
    background-repeat: repeat-x, repeat;
    background-size: 100% 30em, auto;
    /*font-family: 'Source Sans Pro', sans-serif;*/
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.65em;
}

.container {
    /*width: 980px;*/
    padding-left: 1.75em;
    padding-right: 1.75em;
}

.spacing {
    /*
    margin-top: 40px;
    margin-bottom: 40px;
*/
    margin: 4em auto;
}

.page {
    /*background: #fff;*/
    margin: 0 auto;
    padding: 0;
    /*padding: 0 15px 30px 15px;*/
}

.btn.btn-primary {
    background: #252122;
    color: #fff;
    font-weight: 700;
    border: none;
    box-shadow: none;
}

.wpcf7-submit {
    padding: 0.8em 1.6em 0.8em 1.6em;
    /*    padding: 1em 2em;*/
    font-size: 1em;
    border-radius: 5px;
    -moz-transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out;
    -ms-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
    background: #1A237E;
    color: #fff;
    border: 0;
    outline: none !important;
}

.wpcf7-submit:hover {
    background: #1A237E;
}

hr.line {}

.ow-button-hover:hover {
    text-decoration: none;
}

.col-* {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}


/********************************/
/* Farben
/********************************/

.navbar, .navbar .nav {
    background: #fff !important;
}

ul.dropdown-menu {background: #000 !important;}

.page-header {
    color: #1A237E;
}

.navbar .nav > li.active > a,
.navbar .nav>.active>a:hover {
    color: #fff;
}

.navbar .nav li.current-menu-item a,
.navbar .nav li.current-page-parent a {
    background: #000 !important;
    color: #fff;
}


/* ================================= */
/* TYPO
/* ================================= */

h1,
h3,
h4,
h5,
h6 {
    color: #252122;
    font-weight: 700;
}

h2 {
    margin-bottom: 40px;
}

h3 {
    font-size: 1.4em;
}

.page-header {
    margin: 20px 0 0 0;
    color: #EE1646;
}

.page-header h3 {
    font-size: 30px;
    margin: 0;
    margin-bottom: 0 !important;
    color: #EE1646;
    font-weight: 500;
}

p {
    margin-bottom: 18px;
}


/* ================================= */
/* HEADER
/* ================================= */

.header {
    padding: 0;
    border: 0;
    background: #fff;
    border-top: 6px solid #1A237E;
    border-bottom: 1px solid #1A237E;
}

.header_logo {
    height: 200px;
    text-align: center;
    font-family: 'oswald';
    text-transform: uppercase;
    font-size: 90px;
    margin: 30px 0px 14px 0px;
    padding: 40px 25px 40px 25px;
    color: #000;
    background-color: #fff;
    border-bottom: 2px solid #000;
}
.header_logo .font-logo {

}
.header_logo a {
    text-decoration: none;
    color: #000;
}
.header_logo img {
    width: 100px;
    height: auto;
    display: inline-block;
}

.header .header_img {
    float: left;
    display: none;
    width: 100%;
    max-height: 650px;
    margin-bottom: 14px;
    /*background: url('../img/head.jpg') no-repeat;*/
    /*background: url('https://placeholdit.imgix.net/~text?txtsize=100&txt=1200%C3%97480&w=1200&h=480') no-repeat;*/
    /*background: url('/wp-content/uploads/2017/03/1_Mannschaft_16_17_gr.jpg') no-repeat;*/
    /*background-size: 100% auto;*/
    /*text-indent: -9999px;*/
    /*margin-top: 30px;*/
    overflow: hidden;
    border-top: 6px solid #1A237E;
    border-bottom: 6px solid #000;
}

.home .header_img {
    display: block;
}

.navbar {
    float: left;
    width: 100%;
    background: none;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.navbar .navbar-collapse {
    text-align: center;
    padding: 0;
}

.navbar .nav {
    display: inline-block;
    float: none !important;
}

.navbar .nav>li {
    margin: 0 0.35em 0 0.35em;
    font-size: 1.06em;
    font-weight: 500;
    text-transform: uppercase;
    background: #000;
}

.navbar .nav a {
    color: #fff !important;
}

.navbar .nav li:hover > a {
    background: #000 !important;
}

.navbar .nav>li>a {
    padding: 0.8em 1.2em;
    border-radius: 0;
    -moz-transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out;
    -ms-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
}

.navbar .nav > li:hover > a {
    background: #f3f3f3;
}

.navbar .nav ul.dropdown-menu {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 15px;
}
.navbar .nav li:hover ul.dropdown-menu {
    display: block;
}
.navbar .nav ul.dropdown-menu li a {
    padding-top: 6px;
    padding-bottom: 6px;
}

#sticky_nav.sticky {
    background: #fff;
    left: 0;
}


/* ================================= */
/* CONTENT
/* ================================= */

.container.panel {
    margin: 40px auto;
    padding: 20px 0;
}

header.major,
.heading {
    margin: 0 0 1em 0;
    position: relative;
    text-align: center;
    border-top: solid 1px #ccc;
    top: 1em;
}

header.major h2,
.heading .widget-title {
    background: #f7f7f7 url('../img/bg01.png');
    position: relative;
    top: -0.65em;
    display: inline;
    margin: 0;
    padding: 0 1em 0 1em;
    font-weight: 700;
    font-size: 30px;
}

.box {
    background: #fff;
    padding: 2.75rem 1.75rem 2.75rem 1.75rem;
    border-bottom: solid 1px #ccc;
    border-top: solid 2px #069;
}

.panel-grid-cell-empty .box {
    display: none;
    opacity: 0;
}

.box .image.featured,
.box .widget_sow-image {
    position: relative;
    width: auto;
    display: block;
    /*    margin: -4.5rem 0 4.25rem -3.5rem;*/
    margin: -2.75rem -1.75rem 2.25rem -1.75rem;
}

.box .image img {
    display: block;
    width: 100%;
}

.box header {
    margin: 0 0 1.5rem 0;
}

.box p,
.box .textwidget {
    font-size: 1.6rem;
    line-height: 2.5rem;
}

.box h3 {
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1.3;
    /*    font-size: 1.1em;*/
}

.post .image.featured {
    margin-bottom: 4em;
    max-height: 440px;
    overflow: hidden;
}

.team_box {
    display: block;
    padding: 24px 8px 0px 8px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.panel-grid-cell-empty .team_box {
    display: none;
    opacity: 0;
}

.team_box .widget_sow-image {
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
}

.machine_box {
    margin-bottom: 30px;
    padding-bottom: 50px;
    border: 0;
    border-bottom: 1px solid #eee;
}


/* ================================= */
/* FOOTER
/* ================================= */

#footer {
    background: #252122;
    /*height: 200px;*/
    margin: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
}

#footer h5 {
    color: #fff;
    font-size: 1.8em;
    font-weight: 600;
}

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

#footer a {
    color: #c5c4c4;
}

#footer .footer-subnav {
    border-top: 1px #ccc solid;
    padding-top: 30px;
    margin-top: 30px;
}

.footer-contact li {
    margin: 0 0 10px 0;
    float: left;
    width: 100%;
    display: block;
}

.footer-contact li p {
    margin: 0;
}

.footer-contact .contact-left {
    font-weight: bold;
    padding-left: 0;
}

.footer-contact .contact-right {
    padding-right: 0;
}

#copyright {
    color: #858484;
    margin: 3em 0 2em 0;
    text-align: center;
}

#copyright .links {
    padding: 0.85em 2.25em 0.85em 2.25em;
}

#copyright .links {
    display: inline-block;
    background: #2C2929;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 5px;
    margin: 0;
}

ul.links li {
    display: inline-block;
    border-left: solid 1px rgba(255, 255, 255, 0.05);
    padding: 0 0 0 1em;
    margin: 0 0 0 1em;
}

ul.links li:first-child {
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
}


/* ================================= */
/* COMPONENTS
/* ================================= */

/********************************/
/* Posts
/********************************/

.post-meta-data {

}
.post-meta-data, .post-meta-data a {
    color: #999999;
}
.post-meta-data li i {
    margin-right: 4px;
}
.post-meta-data .divider {
    vertical-align: middle;
    font-size: 0.5em;
}

/********************************/
/* Carousel
/********************************/

.slide {
    width: 100% !important;
}

#head_banner.carousel,
#head_banner .item {
    /*float: left;*/
    height: 430px;
}

.carousel-control {
    padding-top: 10%;
    width: 5%;
}

.huge_it_slideshow_image_wrap_3,
.huge_it_slideshow_image_wrap1_3 {
    height: 450px !important;
    max-height: none !important;
}

.huge_it_slideshow_image_3 {
    height: 100% !important;
    height: auto !important;
    max-height: none !important;
}


/********************************/
/* Pagination
/********************************/

.pagination {
    display: block;
    position: relative;
    margin: 0 0 60px 0;
    padding-top: 60px;
    text-align: center;
    border-top: dashed 1px #dedede;
    clear: both;
}

.pagination a,
.pagination span {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin: 0 2px 0 0;
    line-height: 58px;
    text-align: center;
    text-decoration: none;
    border-radius: 1px;
    border: 2px solid transparent;
}

.pagination a {
    font-weight: bold;
    color: #999999;
    border-color: #f2f2f2;
}

.pagination a.current,
.pagination span.current {
    color: #ffffff;
    background-color: #1FAAE2;
}

.pagination a:hover {
    color: #ffffff;
    border-color: #1FAAE2;
    background-color: #1FAAE2;
}

.pagination a.next {
    position: absolute;
    right: 0;
    margin: 0;
}

.pagination a.prev {
    position: absolute;
    left: 0;
    margin: 0;
}


/********************************/
/* Comments
/********************************/

.comments-area {
    padding-top: 20px;
    border-style: dashed;
    border-width: 1px 0 0 0;
    border-color: #e6e6e6;
}

.comments-area .comments-title {
    font-size: 26px;
}

.comments-area .comment-list {
    padding-left: 0;
    margin: 30px 0;
    padding-bottom: 20px;
    border-bottom: 1px dashed #e6e6e6;
}

.comments-area .comment-list li {
    list-style: none;
    margin-bottom: 40px;
}

.comments-area .comment-list .comment-avatar {
    float: left;
}

.comments-area .comment-list .comment-avatar img {
    width: auto;
    height: auto;
    display: block;
}

.comments-area .comment-list li .comment-inner {
    position: relative;
    padding: 30px 40px;
    margin-left: 100px;
    background-color: #f5f5f5;
}

.comments-area .comment-list li .comment-inner::after {
    position: absolute;
    content: "";
    top: 27px;
    left: -20px;
    display: block;
    border: 10px solid transparent;
    border-right-color: #f5f5f5;
}

.comments-area .comment-list li .comment-header {
    margin-bottom: 20px;
}

.comments-area .comment-list li .comment-header .author-link {
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
    color: #464646;
    font-weight: bold;
}

.comments-area .comment-list li .comment-header .comment-time {
    margin-top: 7px;
    font-size: 13px;
    color: #a5a5a5;
}

.comments-area .comment-list .comment-actions a {
    display: inline-block;
    margin-top: 20px;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    color: #1FAAE2;
}

@media screen and (min-width: 992px) {
    .comments-area .comment-list li .comment-header .comment-time {
        float: right;
    }
}


/********************************/
/* Comment form
/********************************/

.comments-area .comment-form-comment {
    clear: both;
}

.comment-respond .comment-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.comments-area .comment-form-author input,
.comments-area .comment-form-email input,
.comments-area .comment-form-url input {
    background-color: #f5f5f5;
}

.comments-area .comment-form-comment textarea {
    background-color: #f5f5f5;
}

.comment-respond .comment-form textarea {
    padding: 15px;
    margin-bottom: 15px;
}

.comments-area .comment-form-author,
.comments-area .comment-form-email,
.comments-area .comment-form-url {
    float: left;
    width: 33.333%;
    margin-bottom: 40px;
}

.comment-respond .comment-form input {
    padding: 12px 10px;
    border: 1px solid #e6e6e6;
    border-radius: 1px;
}

/********************************/
/* Sonstiges
/********************************/


.single-news {padding-top: 50px;}

.bild-rechts {float: right;
              padding: 5px;}


.cc_container .cc_btn {
background-color: #1A237E !important; /* Farbe des Buttons */
color: #fff !important; /* Textfarbe des Buttons */
}
 
.cc_container {
background: #000 !important; /* Hintergrundfarbe des gesamten Bereichs */
color: #fdfdfd !important; /* Schriftfarbe des gesamten Bereichs */
}
 
.cc_container a {
color: #31a8f0 !important; /* Textlink-Farbe "Mehr Infos" */
}


/********************************/
/* Timeline
/********************************/


.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}

/* Fix Seitenhintergrund und Zentrierung */
html,
body {
    width: 100%;
    margin: 0;
    padding: 0;
}

body {
    background-color: #f7f7f7;
    background-image: url('../img/bg01.png');
    background-repeat: repeat;
    background-position: top center;
    background-size: auto;
}

.page {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}