body {
  font-family: "Montserrat", sans-serif;
  max-width: 1920px;
  margin: 0 auto !important;
 
}

a {
  font-size: 18px;
  color: #f76600;
  transition: all 0.3s;
  font-weight: bold;
}

a:hover,
a:focus {
  text-decoration: none;
  color: black;
  outline: none;
}

h1 strong,
h2 strong,
h3 strong {
  font-weight: 900;
}
.opacity_05 {
  opacity: 0.5;
}
.mediadaten-item {
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #343b4e;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 15px;
}

.mediadaten-item h2 {
  font-size: 24px;
  color: #343b4e;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
}

.firstline {
  max-width: 550px;
  margin: 0 0 0 auto;
}
/* .firstline .col-md-5 {
    background-color: rgba(53, 64, 82, 0.9);
} */
.firstline img {
  max-height: 40px;
  margin-right: 15px;
}
.sponsoredBy {
  padding: 15px 0px;
}

.sponsoredBy .list-inline li {
  padding: 0px 5px 0px 0px;
}
.firstline .sponsoredBy .list-inline li:last-child img {
  max-height: 50px;
}
.sponsoredBy .list-inline {
  margin-left: 0px;
  display: inline-block;
}

.sponsoredBy li a {
  font-size: 14px;
  font-weight: 700;
  color: #354052;
  text-decoration: none;
}

.sponsoredBy p {
  font-size: 11px;
  font-weight: normal;
  color: #354052;
  margin-bottom: 5px;
}

.sponsoredBy .social {
  display: inline-block;
  margin: 0;
  position: relative;
  top: 10px;
  padding-left: 15px;
}
.sponsoredBy .social li {
  margin: 10px 0 0 10px;
}
.sponsoredBy .social i {
  font-size: 20px;
}

.sponsoredBy .social li a {
  text-decoration: none;
}

.sponsoredBy .social li a:hover {
  color: #f36602;
  text-decoration: none;
}

.navigation {
  z-index: 100002;
  width: 100%;
}

.navigation.fix {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  animation: fadeInDown;
  animation-duration: 0.8s;
  animation-delay: 0s;
  background-color: white;
}

.navbar-brand {
  position: absolute;
  z-index: 100;
  padding-top: 0px;
  top: -10px;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  background-color: white;
}

.navbar-default {
  border: none;
}

.navbar-default .navbar-nav > li > a {
  color: #000;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px;
}
.navbar-default .navbar-nav > li.dropdown > a {
  font-weight: 600;
}
.navbar-default .navbar-nav > li > a .navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #f76600;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
  color: #f76600;
  font-weight: 500;
  font-size: 14px;
}

.navbar-right {
  padding-top: 30px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* menu button animation*/

.navbar-default .navbar-toggle {
  border: 0px;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #f76600;
}

.navbar-toggle .icon-bar {
  width: 33px;
  height: 3px;
}

.navbar-toggle .icon-bar {
  transition: all 0.2s;
}

.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggle .middle-bar {
  opacity: 0;
}

.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 0% 70%;
}

.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}

.navbar-toggle .bottom-bar,
.navbar-toggle .top-bar,
.navbar-toggle .middle-bar {
  font-size: 30px;
  margin-bottom: 7px;
  font-weight: 500;
}

.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}

.navbar-nav .dropdown-menu {
  background-color: white;
  box-shadow: none;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  left: 0;
}
.dropdown-menu > li > a {
  padding: 5px 20px;
  font-weight: 500;
  font-size: 16px;
  color: black;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background-color: transparent;
}
.navbar-nav li.dropdown:hover ul.dropdown-menu {
  display: block !important;
}
/* .carousel::before {
    content: '';
    height: 100%;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 650px;
    max-width: 100%;
    text-align: left;
    background-color: rgba(68, 88, 121, 0.2);
    position: absolute;
    z-index: 2;
} */
.carousel-caption {
  left: 0;
  text-align: left;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  /* max-width: 530px; */
  width: 100%;
  text-shadow: none;
  max-width: 1140px;
  margin: 0 auto;
}

.carousel-caption h1 {
  font-size: 40px;
  color: white;
  margin-top: 0px;
  margin-bottom: 80px;
  font-weight: 300;
  text-transform: uppercase;
}

.carousel-caption a:hover {
  color: white;
}

.carousel-indicators {
  left: 15px;
  margin: 0;
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 550px;
  bottom: 30px;
}

.carousel-indicators .active {
  background-color: #f76600;
}

.carousel-indicators li {
  border: none;
  width: 12px;
  height: 12px;
  background-color: white;
  margin: 0px;
}

.welcomeSection {
  padding: 130px 0px;
  /* background-image: url(../images/welcomeSection-background.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover; */
  position: relative;
}
.welcomeSection::before {
  content: "";
  background-color: #445879;
  height: 100%;
  width: 605px; /*width: 596;*/
  position: absolute;
  right: 0;
  top: 0;
}
.welcomeSection.white_background::before {
  display: none;
}
.welcomeSection .welcomeText {
  padding-bottom: 30px;
  padding-right: 200px;
}

.welcomeSection .welcomeText p {
  font-size: 18px;
  margin-bottom: 50px;
  color: black;
}

.welcomeSection .col-md-4 {
  padding-left: 80px;
}

.welcomeText-repanet {
  padding-bottom: 30px;
}

.welcomeText-repanet img {
  margin-bottom: 40px;
}

.welcomeText-repanet p {
  font-size: 18px;
  margin-bottom: 50px;
  color: white;
}

.welcomeSection .col-md-4 a:hover {
  color: white;
}
.loader {
  margin: 0 auto;
  border: 16px solid white;
  border-radius: 50%;
  border-top: 16px solid #445879;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.newsSection {
  padding-bottom: 220px;
  /* background-image: url(../images/newsSection-background.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; */
  background-color: #445879;
  position: relative;
}
.newsSection::before {
  content: "";
  background-color: white;
  height: 450px;
  /* width: 596px; */
  width: 605px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.newsSection .news-img {
  max-height: 540px;
  overflow: hidden;
  position: relative;
}
.newsSection .news-img img {
  width: 100%;
}
.newsSection .col-md-8 {
  padding-right: 0px;
}

.newsSection .newsContent {
  background-color: white;
  padding: 35px 0px 60px 35px;
}

.newsSection .newsContent h3 {
  font-size: 30px;
  color: black;
  margin-top: 0px;
  margin-bottom: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.newsSection .newsContent span {
  color: #f76600;
  font-weight: 700;
  font-size: 18px;
}

.newsSection .newsContent p {
  color: black;
  font-size: 18px;
  line-height: 1.8;
  margin-top: 40px;
  margin-bottom: 0px;
}

.newsContent .shareButton {
  position: absolute;
  top: 0px;
  right: 0;
}

.newsSection .rightNews {
  background-color: #354052;
  padding: 60px 50px 45px 65px;
  /* 60px 50px 85px 90px; */
}

.newsSection .col-md-4 {
  padding-left: 0px;
}

.newsSection .rightNews span {
  color: #f76600;
  font-weight: 900;
  font-size: 30px;
  display: block;
}

.newsSection .rightNews p {
  color: white;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 60px;
}

.newsSection .rightNews a:hover,
.newsSection .rightNews a:focus {
  color: white;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
}

#carousel-2 .carousel-control {
  height: 40px;
  width: 40px;
  line-height: 35px;
  font-size: 30px;
  color: #b8babd;
  background: transparent;
  position: relative;
  display: inline-block;
  opacity: 1;
  margin-left: 0px;
  margin-right: 0px;
  background-color: white;
  border: 1px solid #e6e6e6;
  text-shadow: none;
}

#carousel-2 .kontrole {
  margin: 0 auto;
  left: 0%;
  top: 0%;
  position: absolute;
  text-align: center;
}

.video {
  background-image: url(../images/videoSection-background.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  line-height: 0;
}

footer {
  /* background-image: url(../images/kontaktSection-background.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover; */
  background-color: white;
  position: relative;
}
footer::before {
  content: "";
  background-color: #445879;
  position: absolute;
  right: 0;
  top: 0;
  width: 565px; /*562px*/
  height: 100%;
}
.kontaktAnfrage {
  background-color: #354052;
  padding: 45px 35px;
}

.kontaktAnfrage p {
  color: white;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 0px;
  font-weight: 300;
}

.kontaktAnfrage .form-inline {
  margin-top: 60px;
}

.kontaktAnfrage input {
  border-radius: 0;
  border: none;
  height: 60px;
  line-height: 60px;
  margin-right: 20px;
  border: 1px solid #b6bbc4;
  font-size: 18px;
  color: #535659;
  max-width: 240px;
}

.kontaktAnfrage input::placeholder {
  color: #535659;
  font-size: 18px;
  font-weight: 300;
}

.form-control:focus {
  border-color: transparent;
  outline: 0;
}

footer .col-md-8 {
  padding-right: 0px;
}

footer .col-md-4 {
  padding-left: 0px;
}

.button,
.button:focus,
.button:active,
.button:visited,
.button:link {
  background-color: #f76600;
  padding: 20px 50px;
  color: white;
  outline: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
}

.workTime {
  background-color: #445879;
  padding: 60px 0px;
  position: relative;
  z-index: 3;
}

.followUs {
  position: relative;
  z-index: 3;
}

.workTime p {
  color: white;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 30px;
  font-weight: 300;
}

.workTime p strong {
  color: white;
  font-size: 18px;
  line-height: 1.7;
}
.workTime p a {
  color: white;
}
.workTime p a:hover,
.workTime p a:focus,
.workTime p a:visited,
.workTime p a:active {
  color: white;
}
.mainSponsors {
  padding: 45px 0px 55px 35px;
  background-color: white;
}

.mainSponsors p {
  font-size: 14px;
  color: black;
  margin-bottom: 0px;
  font-weight: 500;
}

.mainSponsors .list-inline,
.followUs .list-inline {
  margin-top: 30px;
  margin-left: 0px;
}

.mainSponsors li {
  padding: 0px 25px 0px 0px;
}
.mainSponsors .list-inline img {
  /* max-width: 120px; */
  margin-bottom: 15px;
  max-height: 40px;
}
/* .mainSponsors .list-inline li:last-child img {
    max-height: 65px;
} */
/* .followUs {
    padding: 45px 0px 55px 90px;
} */

.followUs p {
  font-size: 11px;
  color: white;
  margin-bottom: 0px;
  font-weight: 500;
}

.followUs li {
  padding: 0px 15px 0px 0px;
}
.followUs a {
  font-size: 21px;
}
.followUs a i {
  color: white;
}

.followUs a:hover i {
  color: #f76600;
}

.copyright {
  background-image: url(../images/copyright-Background.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.createdBy {
  padding: 30px 0px;
}

.createdBy p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0px;
  color: #b2b7bf;
}

.goUp {
  text-align: center;
}

.goUp div {
  width: 85px;
  height: 85px;
  background-color: #272c35;
  line-height: 90px;
  font-size: 60px;
  color: white;
}

.copyright .col-md-4 {
  padding: 30px 0px 30px 90px;
}

.copyright a {
  font-size: 16px;
  font-weight: 300;
  color: #b2b7bf;
}

.aboutSection {
  background-color: #e5e8ea;
  position: relative;
}
.aboutSection::before {
  content: "";
  width: 985px;
  height: 100%;
  background-image: url("../images/about-banner.png");
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
}

.aboutSection .graySection {
  max-width: 950px; /*600px*/
  margin: 0px 0 0px auto;
  padding: 70px;
  background-color: #e5e8ea;
  position: relative;
  z-index: 2;
}

.aboutSection .graySection h1 {
  font-size: 24px;
  color: black;
  margin-top: 0px;
  margin-bottom: 35px;
  line-height: 1.4;
  font-weight: 400;
}

.aboutSection .graySection p {
  color: black;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 35px;
}

.team {
  padding: 80px 0px 30px 0px;
}
.team img {
  width: 100%;
}
.team h2 {
  font-size: 24px;
  color: black;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 35px;
}

.team p {
  font-size: 14px;
  color: black;
  font-weight: 300;
  margin-bottom: 0px;
}

.team .col-md-12 p:last-child {
  margin-bottom: 40px;
}
.team .memberInfo {
  margin-top: 40px;
  margin-bottom: 40px;
  color: black;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
}
.team .memberInfo::before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #f76600;
  position: absolute;
  border-radius: 50%;
  left: 0;
  display: block;
  margin: 0 auto;
  top: -25px;
}
.team .memberInfo a {
  color: black;
}
.team .memberInfo:hover,
.team .memberInfo:hover a {
  color: #f76600;
}

.team .memberInfo h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0px;
}

.team .memberInfo span {
  font-size: 14px;
  margin-bottom: 0px;
  display: block;
  margin-top: 5px;
  font-weight: 400;
}
.team .memberInfo span a {
  font-size: 12px;
  word-break: break-word;
}
.team .col-md-9 .col-md-3 {
  padding: 0px 5px;
}

.team .col-md-9 .col-md-3 {
  border-right: 1px solid white;
  border-left: 1px solid white;
}

.team .col-md-9 .col-md-3:first-child {
  border-left: none;
}

.team .col-md-9 .col-md-3:last-child {
  border-right: none;
}

.history {
  padding: 75px 0px;
  position: relative;
  background-color: #354052;
}
.history::before {
  content: "";
  background-image: url("../images/jobs-img-v4.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 100%;
  /* max-width: 596px; */
  max-width: 605px;
  position: absolute;
  right: 0;
  top: 0;
}

.history .col-md-5 {
  padding-right: 0px;
}

.history dl {
  margin: 0px;
}

.history dt {
  width: auto;
  font-weight: bold;
  font-size: 30px;
  color: white;
  line-height: 1;
  max-height: 28px;
  border-right: 2px solid #8c96a8;
  padding-right: 20px;
}

.history dd {
  font-weight: 400;
  font-size: 16px;
  margin-left: 90px;
  padding-left: 30px;
  padding-top: 0px;
  color: white;
  padding-bottom: 30px;
}

.history dd:last-child {
  padding-bottom: 0px;
}

.history dd p {
  margin-bottom: 0px;
}

.history dd span {
  display: block;
  margin-bottom: 10px;
  color: white;
  font-size: 16px;
}

.uberFirma p {
  font-size: 18px;
  color: white;
  margin-bottom: 0px;
  font-weight: 300;
}

.history .col-md-4 {
  padding-left: 0px;
}

.uberFirma {
  /* padding-left: 90px; */
  padding-left: 30px;
  position: absolute;
  min-width: 500px;
}
.history .visible-xs {
  display: none !important;
}
.headerImage {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 676px;
}

/*GOOGLE MAP*/

#googleMap {
  height: 340px;
}
/*gmpc*/
.gmpc_wrap {
  position: relative;
}
.gmpc_btn {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-position: center;
  background-size: cover;
}
.gmpc_btn span {
  display: inline-block;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 10px 15px;
  border: 1px solid #eee;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  max-width: 200px;
  width: 100%;
  transition: all 0.2s;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #fff;
  color: #222;
}
.gmpc_btn:hover span {
  border-color: #f76600;
  background-color: #f76600;
  color: #fff;
}
.schadenAnmeldung {
  padding-top: 75px;
}

.schadenAnmeldung h1 {
  font-size: 30px;
  color: black;
  margin-top: 0px;
  margin-bottom: 10px;
  font-weight: 300;
}

.schadenAnmeldung h2 {
  font-size: 20px;
  color: black;
  margin-top: 0px;
  margin-bottom: 55px;
  font-weight: 300;
}

.partnerInfo {
  margin-top: 40px;
  margin-bottom: 110px;
}

.partnerInfo h3 {
  font-size: 18px;
  color: black;
  margin-top: 0px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.partnerInfo p {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 35px;
  color: black;
  min-height: 60px;
}

/*************
IMPRESSUM
*****************/

.impressum {
  padding: 90px 0px;
}

.impressum .a,
.impressum .b {
  padding-bottom: 50px;
}

.impressum .a ul,
.impressum .a ul li,
.impressum .b ul,
.impressum .b ul li {
  display: block;
  margin: 0;
  padding: 0;
}

.impressum .a ul li strong,
.impressum .a ul li a,
.impressum .b ul li strong,
.impressum .b ul li a {
  font-weight: bold;
}

.impressum .a ul li a.mailto,
.impressum .b ul li a.mailto {
  font-weight: normal;
  color: #4385af;
}

.impressum .a ul li a:hover,
.impressum .b ul li a:hover {
  text-decoration: underline;
}

.impressum h2 {
  margin-bottom: 30px;
  margin-top: 0px;
  font-size: 24px;
  font-weight: 900;
  color: #445879;
  text-transform: uppercase;
}

.impressum h2 span {
  display: block;
}

.impressum p {
  font-size: 18px;
  padding-left: 0px;
  font-weight: 300;
  margin-bottom: 25px;
}

.impressum p strong {
  font-weight: bold;
  margin-top: 10px;
}

.company p b {
  color: #4385af;
}

.company a {
  color: #445879;
}

.company a:hover {
  color: black;
}

.imp-info h3 {
  color: #000000;
  font-weight: 900;
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 5px;
}

.imp-info {
  margin-bottom: 50px;
}

.imp-info .col-md-11 {
  padding-left: 0;
}

.imp-info .col-md-1 {
  text-align: right;
  padding-right: 0;
}

.impressumBtn {
  background-color: #4385af;
  color: white;
  height: 35px;
  width: 35px;
  font-weight: 800;
  line-height: 35px;
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
  padding: 0;
  outline: 0;
  box-shadow: none;
  border-radius: 0;
  border: none;
}

.impressumBtn span {
  color: white;
}

.imp-dtn ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 300;
}

.imp-dtn p {
  margin-bottom: 20px;
  font-size: 15px;
}

.imp-dtn p a,
.imp-dtn ul a {
  text-decoration: underline;
  color: #333;
  font-size: 15px;
}

.imp-dtn h3 {
  font-size: 22px;
}

.imp-dtn h4 {
  font-size: 18px;
}

.imp-dtn h3,
.imp-dtn h2,
.imp-dtn h4,
.imp-dtn h5 {
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: inherit;

  color: #445879;
}

.imp-dtn h5 {
  font-size: 16px;
}

.impressumBtn,
.impressumBtn:hover,
.impressumBtn:focus,
.impressumBtn:active,
.impressumBtn:visited {
  background-color: #445879;
  outline: 0;
}

.message-contact {
  font-size: 20px;
  text-align: center;
  font-weight: 400;
  color: #505050;
  margin-bottom: 20px;
  line-height: 1;
}

.message-contact strong {
  font-size: 20px;
}
.kontaktform .gmpc_wrap {
  max-width: 596px;
  margin: 0 0 0 auto;
}
.kontaktform input[type="text"],
.kontaktform input[type="email"],
.kontaktform input[type="date"],
.kontaktform input[type="tel"],
.kontaktform select,
.kontaktform textarea {
  display: block;
  width: 100%;
  border: none;
  background-color: #ebedef;
  margin-bottom: 30px;
  outline: none;
}

.kontaktform input[type="text"],
.kontaktform input[type="email"],
.kontaktform input[type="date"],
.kontaktform input[type="tel"],
.kontaktform select,
.kontaktform textarea {
  height: 55px;
  padding: 0 15px;
  outline: none;
  background-color: #ebedef;
  border-radius: 0;
}

.kontaktform input[type="text"]:focus,
.kontaktform input[type="email"]:focus,
.kontaktform input[type="date"]:focus,
.kontaktform input[type="tel"]:focus,
.kontaktform select:focus {
  outline: none;
}

.kontaktform input:focus {
  outline: none !important;
}

.kontaktform textarea:focus {
  line-height: 70px;
}

textarea {
  resize: none;
  height: 150px !important;
  line-height: 70px;
}

.form-control {
  outline: none;
  box-shadow: none;
  font-size: 16px;
}

.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

div.location > span.holder {
  position: absolute;
  margin: 0px 15px;
  color: #535659;
  cursor: auto;
  font-size: 16px;
  z-index: 1;
  bottom: 53%;
}

div.location > span.holder > span.blue {
  color: #1d7ab6;
  font-size: 18px;
}

div.location2 > span.holder {
  position: absolute;
  margin: 0px 15px;
  color: #535659;
  cursor: auto;
  font-size: 16px;
  z-index: 1;
  bottom: 70%;
}

div.location2 > span.holder > span.blue {
  color: #1d7ab6;
  font-size: 18px;
}

.kontaktform .button,
.kontaktform .button:focus,
.kontaktform .button:active,
.kontaktform .button:visited,
.kontaktform .button:link {
  font-size: 18px;
  padding: 15px 65px;
}

.kontaktform .col-md-6:first-child {
  padding-right: 60px;
}

.kontaktform .col-md-5 {
  padding-right: 0px;
}

.kontaktform .form-inputs .col-md-6 {
  padding-right: 15px;
}

.kontaktform .form-inputs .col-md-5 {
  text-align: right;
  padding: 0px 15px;
}

.kontaktform .googleMap {
  height: 475px;
}

.kontaktform .workTime {
  padding: 60px 0;
  position: relative;
  background-color: transparent;
}
.kontaktform .workTime::before {
  content: "";
  background-color: #445879;
  height: 100%;
  width: 100%;
  max-width: 596px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.content {
  width: 300px;
  margin: 0 90px;
}
.kontaktform .content {
  margin: 0 120px;
}
.kontaktform .followUs {
  padding-top: 40px;
}
.kontaktform .title {
  padding-top: 80px;
}
.kontaktform .content .title {
  padding-top: 0;
}
.kontaktform .mainSponsors .list-inline,
.kontaktform .followUs .list-inline {
  margin-top: 30px;
}

.kontaktform .mainSponsors {
  padding: 15px 0px 55px 0px;
}

.kontaktform .mainSponsors li {
  padding-right: 18px;
}

.service {
  background-image: url("../images/leistungen-banner.png");
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 35px;
  background-repeat: no-repeat;
  background-position: center;
}

.service .col-md-12 {
  text-align: center;
}

.service .title {
  margin-bottom: 80px;
  display: inline-block;
}

.serviceIcon {
  text-align: center;
  color: white;
  cursor: pointer;
  transition: all 0.3s;
}

.serviceIcon:hover {
  text-align: center;
  color: #f76600;
}

.serviceIcon img {
  margin: 0 auto;
}

.serviceIcon h3 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0px;
  margin-top: 35px;
  text-transform: uppercase;
}

.service .col-md-3,
.service .col-md-4 {
  margin-bottom: 50px;
}

.angebote {
  padding: 90px 0px 90px 0px;
}

.angebote h2 {
  font-size: 30px;
  color: black;
  margin-top: 0px;
  margin-bottom: 55px;
  font-weight: 300;
  text-align: left;
}

.serviceList {
  padding-top: 45px;
  padding-left: 45px;
  border: 2px solid #445879;
  min-height: 440px;
}

.bigList {
  min-height: 440px;
}

.serviceList img {
  margin-top: 35px;
}

.serviceList h3 {
  color: #445879;
  font-size: 48px;
  font-weight: 300;
  margin: 0px;
}

.serviceList ul {
  list-style: none;
  color: #445879;
  padding-left: 0px;
  font-size: 18px;
  position: relative;
  font-weight: 300;
  margin-top: 35px;
  margin-bottom: 0px;
}

.serviceList ul li::before {
  content: "-";
  position: absolute;
  margin-left: -15px;
  display: inline-block;
  font-weight: 300;
  color: #445879;
}

.underList {
  padding: 30px 45px 10px 45px;
  background-color: #445879;
}

.underList .dl-horizontal {
  margin-bottom: 0px;
}

.underList .dl-horizontal dt {
  width: auto;
  font-size: 18px;
  font-weight: 300;
  color: white;
  margin-bottom: 0;
  text-align: left;
  float: none;
}

.underList .dl-horizontal dd {
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  display: block;
  margin: 5px 0;
}

.serviceListOrange {
  padding-top: 45px;
  padding-left: 45px;
  border: 2px solid #f76600;
}

.serviceListOrange h3 {
  color: #f76600;
  font-size: 48px;
  font-weight: 300;
  margin: 0px;
}

.serviceListOrange ul {
  list-style: none;
  color: #f76600;
  padding-left: 0px;
  font-size: 18px;
  position: relative;
  font-weight: 300;
  margin-top: 35px;
  margin-bottom: 0px;
}

.serviceListOrange ul li::before {
  content: "-";
  position: absolute;
  margin-left: -15px;
  display: inline-block;
  font-weight: 300;
  color: #f76600;
}

.underListOrange {
  padding: 30px 45px 10px 45px;
  background-color: #f76600;
  min-height: 223px;
}

.underListOrange .dl-horizontal {
  margin-bottom: 0px;
}

.underListOrange .dl-horizontal dt {
  width: auto;
  font-size: 18px;
  font-weight: 300;
  color: white;
  margin-bottom: 0;
  text-align: left;
}

.underListOrange .dl-horizontal dd {
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  display: block;
  margin: 5px 0;
}

.gallery {
  padding-bottom: 90px;
}

.gallery h3 {
  font-size: 30px;
  color: black;
  margin-top: 0px;
  margin-bottom: 55px;
  font-weight: 300;
  text-align: left;
}

.gallery .col-md-4 {
  padding-left: 0px;
  padding-right: 0px;
}

.gallery a {
  text-decoration: none;
  color: inherit;
}

.gallery .zoom {
  position: absolute;
  height: 100%;
  width: 100%;
  padding-top: 32%;
  text-align: center;
  background-color: rgba(53, 64, 82, 0.6);
  opacity: 0;
  transition: all 0.2s;
}

.gallery .zoom i {
  color: white;
  font-size: 50px;
}

.gallery a:hover .zoom {
  opacity: 1;
}

/* NEWS*/

.news {
  margin-top: 90px;
  margin-bottom: 90px;
}

.news h1 {
  font-size: 30px;
  color: black;
  margin-top: 0px;
  margin-bottom: 55px;
  font-weight: 300;
  text-align: left;
}

.trackdays-intro-news {
  padding-bottom: 50px;
}

.facebook-icon {
  z-index: 2;
  position: relative;
  margin: 0 auto;
  margin-top: -50px;
}

.news figure {
  background-color: #445879;
  color: white;
  margin-bottom: 30px;
}

.news figure figcaption {
  text-align: center;
  padding: 15px;
}

.news-post img {
  width: 100%;
  z-index: 1;
  position: relative;
}

.news h3 {
  font-size: 23px;
  font-weight: 700;
  color: white;
  padding: 20px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.news h5 {
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 15px;
  color: #f76600;
  border-bottom: 1px solid lightgray;
}

.news h4 {
  border-bottom: 1px solid lightgray;
  padding-bottom: 15px;
  margin-bottom: 15px;
  margin-top: 0px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 18px;
  color: white;
}

.news p {
  font-size: 16px;
  font-weight: 300;
}

.news p a {
  color: white;
}

.news p a:hover {
  color: #f76600;
}

.news .news-post {
  overflow: hidden;
}

.news .news-post img {
  max-width: 100%;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  z-index: 1;
}

.news .col-md-4 figure:hover .news-post img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.carouselContent {
  display: block;
}

.Load-More {
  text-align: center;
  padding-top: 30px;
}

.Load-More .button {
  display: inline-block;
}

/*2020*/

.title {
  font-size: 29px;
  color: black;
  margin: 0 0 30px 0;
  font-weight: 300;
  text-transform: uppercase;
}
.title.white {
  color: white;
}
.aktionen .article {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  position: relative;
  background-color: #445879;
  transition: all 0.3s;
  margin: 30px 0;
  width: 100%;
}
.aktionen a {
  cursor: pointer;
}
.aktionen .article.article-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 315px;
}
.aktionen .article.article-image::before {
  content: "";
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  right: 0;
}
.aktionen a .article.article-image::before {
  background-image: url("../images/overlay-active.png");
}
.aktionen .article.article-image::before {
  /* background-image: url('../images/overlay-inactive.png'); */
  background-image: url("../images/overlay-active.png");
}
.aktionen .article img {
  max-width: 60px;
  position: absolute;
  bottom: -5px;
  right: -5px;
  background-color: white;
  border-radius: 50%;
  padding: 5px;
  border-bottom-right-radius: 0;
}

.aktionen .article h2 {
  font-size: 30px;
  color: white;
  font-weight: 300;
  margin: 0;
}
.aktionen .article h2 strong {
  display: block;
}
.aktionen .article .date {
  position: absolute;
  padding: 10px;
  max-width: 150px;
  transition: all 0.3s;
  background-color: #445879;
  margin: 0 auto;
  top: -20px;
  font-size: 16px;
  color: white;
  font-weight: 300;
  text-align: center;
  left: 0;
  right: 0;
}
.aktionen .article .date.passed {
  text-decoration: line-through;
}

.aktionen .article .date strong {
  display: block;
}
.aktionen .article:hover {
  background-color: #ec6604;
}
.aktionen .article:hover .date {
  background-color: #ec6604;
}
.aktionen h2.title {
  margin-top: 80px;
}
.aktionen .panel-default > .panel-heading {
  padding: 0;
  background-color: transparent;
  border-color: transparent;
}
.aktionen .panel-group .panel + .panel {
  margin-top: 0px;
}
.aktionen .panel-group .panel {
  border: none;
}
.aktionen .panel-group .panel .article {
  margin: 0;
}
.aktionen .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none;
}
.aktionen .panel-body {
  -moz-box-shadow: -0.347px -1.97px 16px 0px rgba(31, 31, 31, 0.13);
  -webkit-box-shadow: -0.347px -1.97px 16px 0px rgba(31, 31, 31, 0.13);
  box-shadow: -0.347px -1.97px 16px 0px rgba(31, 31, 31, 0.13);
  padding: 20px 20px 0 20px;
}
.aktionen .panel-body ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.aktionen .panel-group .col-lg-4 .panel-body ul li {
  font-size: 18px;
  color: #445879;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.aktionen .panel-group .col-lg-4 .panel-body ul li::before {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #445879;
  position: absolute;
  left: 0;
  top: 12px;
}
.aktionen .panel-group .col-lg-4:nth-child(even) .panel-body ul li {
  color: #f86601;
}
.aktionen .panel-group .col-lg-4:nth-child(even) .panel-body ul li::before {
  background-color: #f86601;
}
.aktionen .panel-group .col-lg-4:nth-child(even) .article {
  background-color: #f86601;
}
.aktionen .panel-group .col-lg-4 .panel-body .background {
  background-color: #445879;
  padding: 20px;
  margin: 20px -20px 0 -20px;
}

.aktionen .panel-group .col-lg-4 .panel-body .background ul li {
  color: white;
}
.aktionen .panel-group .col-lg-4 .panel-body .background ul li::before {
  display: none;
}
.aktionen .panel-group .col-lg-4 .panel-body .background ul li strong {
  display: block;
}
.aktionen .panel-group .col-lg-4:nth-child(even) .panel-body .background {
  background-color: #f86601;
}
.regular_padding {
  padding: 75px 0;
}
.custom-modal {
  z-index: 105000;
}
.custom-modal .modal-body {
  position: relative;
  padding: 40px 60px;
}
.custom-modal .modal-header {
  padding: 0;
  border: none;
  margin: 0 -30px;
}
.custom-modal .modal-header img {
  width: 100%;
}
.custom-modal .close {
  position: absolute;
  right: -30px;
  top: 0;
  opacity: 1;
  width: auto;
  margin: 0;
}
.custom-modal .close:focus {
  outline: none;
  border: none;
}
.custom-modal .date {
  position: absolute;
  padding: 10px 20px;
  transition: all 0.3s;
  background-color: #445879;
  margin: 0 auto;
  top: -40px;
  font-size: 16px;
  color: white;
  font-weight: 300;
  text-align: center;
  left: 60px;
}
.custom-modal .date strong {
  display: block;
}
.custom-modal h3 {
  font-size: 30px;
  color: black;
  font-weight: 900;
  margin: 20px 0;
  text-transform: uppercase;
}
.custom-modal ul {
  padding: 0;
  margin: 0 0 20px 0;
  list-style-type: none;
}
.custom-modal ul li {
  padding-left: 15px;
  font-size: 14px;
  position: relative;
  color: #1e1e1e;
  margin-bottom: 5px;
}
.custom-modal ul li::before {
  content: "";
  width: 5px;
  height: 1px;
  background-color: #1e1e1e;
  position: absolute;
  left: 0;
  top: 10px;
}
.custom-modal p {
  font-size: 14px;
  color: #1e1e1e;
  margin-bottom: 20px;
}
.custom-modal h5 {
  font-size: 18px;
  color: #1e1e1e;
  margin: 20px 0 10px 0;
  font-weight: bold;
  text-transform: uppercase;
}
.custom-modal h4 {
  font-size: 14px;
  color: #1e1e1e;
  margin: 0 0 20px 0;
  font-weight: bold;
}
.custom-modal h4 strong {
  display: block;
  color: #ec6604;
  margin-top: 10px;
}
.custom-modal .categorie {
  padding: 30px 40px;
  background-color: #343b4e;
  position: absolute;
  top: -45px;
  left: 0;
  color: white;
  font-size: 18px;
  margin: 0;
  padding-left: 80px;
  font-weight: bold;
}
.custom-modal .categorie img {
  max-width: 40px;
  position: absolute;
  left: 20px;
  top: 25px;
}

.navbar .dropdown-menu:has(li a[href="anmeldungsformular.php"]) {
  min-width: 250px !important;
}

/* ANMELDUNGSFORMULAR  */

.anmeldungsformular .col-md-6:first-child {
  padding-right: 15px;
}

.anmeldungsformular .col-md-5 {
  padding-right: 15px;
  text-align: right;
}

@media (min-width: 768px) {
  .custom-modal .modal-dialog {
    width: 960px;
    margin: 30px auto;
  }
}
.blog .col-lg-4 {
  margin: 30px 0 0 0;
}
.blog .article {
  padding: 30px 15px;
  border: 1px solid #e6e6e6;
}
.blog .article h2 {
  font-size: 24px;
  color: #343b4e;
  font-weight: 900;
  text-transform: uppercase;
  margin: 10px 0 20px 0;
}
.blog .article .date {
  color: #ec6604;
  font-size: 14px;
  display: block;
  font-weight: 400;
}
.blog .article .button {
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 50px;
}
.blog .news_detail {
  padding: 40px 20px;
  border: 1px solid #e6e6e6;
}
.blog .news_detail img {
  margin-bottom: 20px;
}
.txt {
  font-size: 16px;
  margin-bottom: 20px;
  color: black;
}
.blog .date {
  color: #ec6604;
  font-size: 14px;
  display: block;
  font-weight: 400;
}
.blog .news_detail ul {
  padding: 0;
  margin: 0 0 20px 0;
  list-style-type: none;
}
.blog .news_detail ul li {
  padding-left: 15px;
  font-size: 16px;
  position: relative;
  color: #1e1e1e;
  margin-bottom: 5px;
}
.blog .news_detail ul li::before {
  content: "";
  width: 5px;
  height: 1px;
  background-color: #1e1e1e;
  position: absolute;
  left: 0;
  top: 10px;
}
.form-default {
  background-color: #354052;
  position: relative;
}
.form-default::before {
  content: "";
  background-image: url("../images/jobs-img.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 100%;
  /* max-width: 596px; */
  max-width: 605px;
  position: absolute;
  right: 0;
  top: 0;
}
.form-default.jobs::before {
  background-image: url("../images/jobs-img-v3.jpg");
}
.form-default-schaden::before {
  background-image: url("../images/schaden-img.jpg");
}
.form-default input,
.form-default textarea,
.form-default select {
  display: block;
  width: 100%;
  transition: all 0.2s;
  margin-bottom: 20px;
  background-color: white;
  border: 1px solid transparent;
  outline: 0 !important;
  box-shadow: none !important;
  font-size: 16px;
  color: #1e1e1e;
  resize: none;
}
.form-default input:focus,
.form-default textarea:focus,
.form-default select:focus {
  border-color: #333;
}
.form-default input,
.form-default select {
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  padding-right: 15px;
}
.form-default textarea {
  padding: 15px;
  height: auto;
  line-height: inherit;
}
/* .form-default .button {
    box-shadow: none;
    display: block;
    width: 100%;
    max-width: 150px;
} */
.form-default .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  left: 0;
}
.form-default .inputfile + .add-file {
  display: block;
  background-color: #445879;
  cursor: pointer;
  height: 50px;
  line-height: 50px;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  transition: all 0.2s;
}
.form-default .inputfile + .add-file:hover {
  background-color: #333;
}
.form-default .inputfile + .add-file span {
  font-weight: 300;
  font-size: 15px;
  color: white;
  transition: all 0.2s;
}
.form-default .inputfile + .add-file:hover span {
  color: white;
}
.form-default h4 {
  font-size: 16px;
  color: white;
  margin: 30px 0 20px 0;
  font-weight: bold;
}
.form-default .add_file {
  position: relative;
}
.form-default .add_file .plus {
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 5px;
  color: white;
}
.page_intro {
  padding: 60px 0 30px 0;
}
.galerie .photo {
  position: relative;
  margin-top: 30px;
}
.galerie .photo::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  background-image: url("../images/galerie_overlay.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.galerie .photo .abs-img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}
.galerie.galerie_detail .photo::before {
  display: none;
}
.galerie .photo h3 {
  font-size: 16px;
  color: white;
  font-weight: bold;
  position: absolute;
  bottom: 15px;
  left: 15px;
  text-transform: uppercase;
}
.reviews {
  background-color: white;
  position: relative;
  text-align: center;
}

.slick-initialized .slick-slide {
  outline: 0 !important;
}
.reviews::before {
  content: "";
  width: 100%;
  height: 100%;
  max-width: 100%;
  background-color: #343b4e;
  position: absolute;
  right: 0;
  top: 0;
}
.review_slider {
  margin: 0;
  max-width: 100%;
  margin: 0 auto;
}
.review_slider .review_slide h3 {
  margin: 20px 0 30px 0;
  color: white;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
}
.review_slider .review_slide {
  margin: 0 15px;
}
.review_slider .review_slide img {
  margin: 0 auto;
}
.review_slider .review_slide p {
  font-style: italic;
  color: white;
  font-size: 16px;
  margin-bottom: 30px;
  font-weight: 300;
}
.review_slider .slick-prev,
.review_slider .slick-next {
  background-position: center;
  background-repeat: no-repeat;
  width: 63px;
  height: 63px;
  bottom: 20px;
}
.review_slider .slick-prev,
.review_slider .slick-prev:focus {
  background-image: url("../images/left-arrow.png");
}
.review_slider .slick-next,
.review_slider .slick-next:focus {
  background-image: url("../images/right-arrow.png");
}
.review_slider .slick-next {
  right: -80px;
}
.review_slider .slick-prev {
  left: -80px;
}
.review_slider .slick-next:before,
.review_slider .slick-prev:before {
  content: "";
}
#video-main {
  max-width: 1100px;
  padding: 0;
  background-color: transparent;
}
#video-main video {
  max-width: 100%;
}
.mobile-menu {
  list-style-type: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.mobile-menu li:not(:last-child) {
  margin-bottom: 10px;
}
.mobile-menu li a:hover {
  color: white;
}
/*************
MEDIA
*******************/

@media only screen and (min-width: 1601px) {
  .welcomeSection::before,
  .newsSection::before {
    /* width: 756px;  */
    width: 740px;
  }
  footer::before {
    width: 756px;
  }
  .kontaktform .gmpc_wrap,
  .kontaktform .workTime::before,
  .form-default::before {
    /* max-width: 756px; */
    max-width: 756px;
  }
  .history::before {
    /* max-width: 756px; */
    max-width: 766px;
  }
  .reviews::before {
    max-width: 80%;
  }
  .newsSection .col-md-4 {
    padding-left: 15px;
  }
  .review_slider {
    max-width: 800px;
  }
  /* .carousel::before {
        max-width: 800px;
    }
    .carousel-caption {
        max-width: 700px;
    } */
  .carousel-indicators {
    max-width: 450px;
    text-align: right;
  }
}
.message-contact.background {
  background-color: white;
  padding: 30px;
}
@media only screen and (min-width: 1921px) {
  .welcomeSection::before,
  .newsSection::before {
    /* width: 756px;  */
    width: 749px;
  }
  footer::before {
    width: 765px;
  }
  .kontaktform .gmpc_wrap,
  .kontaktform .workTime::before,
  .form-default::before {
    /* max-width: 756px; */
    max-width: 766px;
  }
}
@media only screen and (max-width: 1601px) {
  .aboutSection .graySection {
    max-width: 750px;
  }
}
@media only screen and (max-width: 1499px) {
  footer::before,
  .newsSection::before {
    width: 100%;
  }

  .kontaktform .gmpc_wrap,
  .kontaktform .workTime::before,
  .form-default::before,
  .history::before {
    max-width: 100%;
  }
  .uberFirma {
    position: relative;
    min-width: inherit;
  }
}
@media only screen and (max-width: 1367px) {
  .carousel-indicators {
    display: none;
  }
  .aboutSection::before {
    max-width: 700px;
  }
}

@media only screen and (max-width: 1199px) {
  .carousel-caption {
    justify-content: flex-start;
    max-width: 970px;
  }
  .carouselContent {
    margin: 0 15px;
  }
  .carousel-indicators {
    text-align: left;
    left: 40px;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 0px 4px;
    font-size: 13px;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > .active > a:hover {
    padding: 0px 4px;
  }

  .carousel-caption h1 {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .impressum h2 {
    font-size: 24px;
  }
  .welcomeSection .welcomeText p,
  .welcomeText-repanet p,
  .newsSection .rightNews p,
  .newsSection .newsContent p,
  .workTime p,
  .kontaktAnfrage p,
  .workTime p strong,
  .uberFirma p {
    font-size: 16px;
  }
  a {
    font-size: 16px;
  }
  .welcomeText-repanet {
    padding-bottom: 0px;
  }
  .welcomeSection .col-md-4 {
    padding-left: 30px;
  }
  .newsSection .rightNews {
    padding: 60px 30px 95px 30px;
  }
  .welcomeSection {
    padding: 80px 0px;
  }
  .newsSection {
    padding-bottom: 150px;
  }
  .kontaktAnfrage,
  .workTime {
    padding: 45px 0px 30px 30px;
  }
  .followUs {
    padding-left: 30px;
  }
  .kontaktAnfrage .form-inline {
    margin-top: 30px;
  }
  .kontaktAnfrage input {
    margin-bottom: 30px;
  }
  .mainSponsors .list-inline img {
    max-width: 75px;
  }
  .mainSponsors {
    padding: 30px 15px;
  }
  .createdBy p {
    font-size: 14px;
  }
  .copyright .col-md-1 {
    padding: 0px;
  }

  .mainSponsors .list-inline {
    display: inline-table;
  }
  .aboutSection .graySection {
    padding: 60px 0px 60px 30px;
  }
  .team {
    padding: 80px 0px 45px 0px;
  }
  .team .memberInfo {
    margin-bottom: 35px;
  }
  .team .memberInfo h3 {
    font-size: 16px;
  }
  .team .memberInfo span {
    font-size: 13px;
  }

  .history dt {
    font-size: 28px;
  }
  .history dd {
    font-size: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
  }
  .uberFirma {
    padding-left: 60px;
  }
  .serviceIcon h3 {
    font-size: 14px;
    margin-top: 20px;
  }
  .service {
    padding-bottom: 50px;
  }
  .service .col-md-3,
  .service .col-md-4 {
    margin-bottom: 30px;
  }
  .service .title {
    margin-bottom: 40px;
  }
  .serviceList,
  .serviceListOrange {
    padding: 30px 0px 0px 30px;
  }
  .serviceList h3,
  .serviceListOrange h3 {
    font-size: 36px;
  }
  .underList,
  .underListOrange {
    padding: 30px 30px 10px 30px;
  }
  .dl-horizontal dd {
    margin-left: 100px;
  }
  .bigList {
    min-height: 405px;
  }
  .angebote {
    padding: 80px 0px 80px 0px;
  }
  .angebote h2,
  .gallery h3 {
    margin-bottom: 35px;
  }
  .gallery {
    padding-bottom: 80px;
  }
  .termine .wrapper {
    padding: 0px;
  }
  .schadenAnmeldung h2 {
    margin-bottom: 40px;
  }
  .partnerInfo {
    margin: 30px 0px;
  }
  .partnerInfo h3 {
    font-size: 16px;
  }
  .schadenAnmeldung {
    padding-bottom: 50px;
  }

  .kontaktform .col-md-6:first-child {
    padding-right: 15px;
  }
  .kontaktform .button,
  .kontaktform .button:focus,
  .kontaktform .button:active,
  .kontaktform .button:visited,
  .kontaktform .button:link {
    display: block;
  }
  .captcha {
    margin-right: 60px;
  }
  .kontaktform .mainSponsors {
    padding: 30px 0px;
  }
  .kontaktform .workTime {
    padding: 30px;
  }
  .kontaktform .mapa,
  .kontaktform .workTime {
    margin-left: 0px;
  }

  .kontaktform .followUs p {
    font-size: 11px;
  }
  .kontaktform .mainSponsors .list-inline {
    margin-top: 30px;
  }
  .news {
    margin: 80px 0px 50px 0px;
  }
  .news h1 {
    margin-bottom: 40px;
  }
  .impressum {
    padding: 80px 0px;
  }
  .impressum h1 {
    margin-bottom: 30px;
  }
  .imp-info {
    margin-bottom: 0px;
  }
  .kontaktform .content {
    width: 100%;
    margin: 0;
  }
  .content {
    width: 100%;
    margin: 0;
  }
  .custom-modal .modal-header {
    margin: 0;
  }
  .custom-modal .modal-body {
    padding: 40px 15px;
  }
  .custom-modal .date {
    left: 15px;
  }
  .custom-modal .close {
    right: 0;
  }
  .aktionen .article {
    margin: 50px 0 30px 0;
  }
  .blog img {
    width: 100%;
  }
  .title {
    font-size: 24px;
  }
  .form-default::before {
    display: none;
  }
  .captcha img {
    margin-bottom: 20px;
  }
  .galerie .photo img {
    width: 100%;
  }
  .galerie .photo .abs-img {
    width: auto;
  }

  .welcomeSection::before {
    width: 100%;
    max-width: 34%;
  }
  .welcomeSection .welcomeText {
    padding-right: 30px;
  }
  .custom-modal .categorie {
    position: relative;
    top: 0;
    padding: 20px;
    font-size: 16px;
  }
  .custom-modal .categorie img {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 15px;
  }
  .aboutSection::before {
    max-width: 400px;
  }
  .history::before {
    display: none;
  }
  .aktionen .panel-group .panel {
    margin-bottom: 20px;
  }
  div.location > span.holder {
    font-size: 14px;
  }
  .navbar-brand {
    padding: 0;
    left: -15px;
  }
  .firstline {
    display: none;
  }
  .dropdown-menu > li > a {
    font-size: 14px;
  }
  .newsSection .newsContent h3 {
    font-size: 24px;
  }
}

/******
992
***********/

@media only screen and (max-width: 991px) {
  .navbar-default .navbar-nav > li > a,
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > .active > a:hover {
    font-size: 10px;
    padding: 0 5px 0 0;
  }
  .navbar-brand {
    max-width: 90px;
    left: 0;
  }
  .welcomeSection .welcomeText {
    padding: 0px 0px 30px 30px;
  }
  .welcomeSection {
    background-image: none;
  }
  .welcomeSection .welcomeText-repanet {
    background-color: #445879;
    padding: 30px 15px;
    position: relative;
    z-index: 2;
  }
  .welcomeSection .col-md-4,
  footer .col-md-4 {
    padding-left: 15px;
  }
  .welcomeSection .welcomeText p,
  .welcomeText-repanet p {
    margin-bottom: 30px;
  }
  .welcomeText-repanet h3,
  .welcomeSection .welcomeText h2 {
    margin-bottom: 30px;
  }
  .welcomeText-repanet {
    padding-top: 30px;
  }
  .newsSection .col-md-8,
  footer .col-md-8 {
    padding-right: 15px;
  }
  .newsSection .newsContent p {
    margin-top: 30px;
  }
  .newsContent .shareButton {
    top: 52%;
    right: 15px;
  }
  .newsSection .newsContent,
  .newsSection .rightNews,
  .mainSponsors,
  .workTime,
  .kontaktAnfrage,
  .followUs,
  .aboutSection .graySection {
    padding: 30px 0px 30px 30px;
  }
  .kontaktAnfrage {
    padding: 30px;
  }
  .welcomeSection {
    padding: 30px 0px;
  }
  .newsSection .rightNews p {
    margin-bottom: 30px;
  }
  .newsSection {
    background-position: left;
    padding-bottom: 30px;
  }
  .newsSection .col-md-4 {
    padding-left: 15px;
  }
  .mainSponsors .list-inline img {
    max-width: 120px;
  }
  .mainSponsors li {
    padding: 0px 14px 0px 0px;
  }
  .copyright .col-md-4 {
    padding: 30px 15px;
  }
  .goUp div {
    margin: 0 auto;
  }
  .createdBy p {
    font-size: 12px;
  }

  .navbar-right {
    margin-right: 0px;
    z-index: 101;
    position: relative;
  }
  .mainSponsors .list-inline,
  .followUs .list-inline {
    margin-bottom: 0px;
  }
  .copyright {
    text-align: center;
  }
  .goUp div {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
  }
  .createdBy,
  .copyright .col-md-4 {
    padding: 15px;
  }
  .createdBy p {
    font-size: 14px;
  }
  .aboutSection .banner {
    height: 400px;
    background-position: right bottom;
  }
  .aboutSection .graySection {
    width: auto;
    max-width: 100%;
  }
  .team {
    padding: 30px 0px 0px 0px;
  }
  .team img {
    width: 100%;
  }
  .team .col-md-9 .col-md-3 {
    border: none;
    padding: 0px 15px;
  }
  .team p {
    margin-bottom: 30px;
  }
  .history {
    background-position: right;
    padding: 30px 0px;
  }
  .uberFirma {
    padding-left: 15px;
    padding-top: 50px;
  }
  .serviceListOrange {
    margin-top: 35px;
  }
  .underListOrange {
    margin-bottom: 35px;
  }
  .bigList {
    min-height: 300px;
  }
  .gallery {
    padding-bottom: 30px;
  }
  .service {
    padding: 30px 0px 0px 0px;
  }
  .team .memberInfo {
    margin-bottom: 30px;
  }
  .angebote {
    padding: 30px 0px;
  }
  .headerImage {
    height: 400px;
  }

  .schadenAnmeldung {
    padding: 30px 0px 0px 0px;
  }
  .schadenAnmeldung h2 {
    margin-bottom: 30px;
  }

  div.location > span.holder {
    bottom: 25%;
  }
  .captcha {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .kontaktform .mainSponsors li {
    width: auto;
    padding-bottom: 0px;
    padding-left: 20px;
  }

  div.location > span.holder,
  div.location2 > span.holder {
    font-size: 16px;
  }
  .kontaktform .col-md-5 {
    padding-right: 15px;
  }
  .news {
    margin: 30px 0px 0px 0px;
  }
  .news h1 {
    margin-bottom: 30px;
  }
  .angebote h2,
  .gallery h3 {
    margin-bottom: 30px;
  }
  .impressum {
    padding: 30px 0px;
  }
  .impressum .a,
  .impressum .b {
    padding-bottom: 30px;
  }

  footer::before {
    width: 100%;
  }
  .welcomeSection::before {
    display: none;
  }
  .aboutSection::before {
    display: none;
  }
  .Load-More .button {
    margin-top: 20px;
  }
  .termine .block .wrap {
    min-height: auto;
    margin-bottom: 30px;
  }
}

/******
768
***********/

@media only screen and (max-width: 767px) {
  .carousel::before {
    display: none;
  }
  .navigation {
    position: fixed;
    background-color: #445879;
    animation: none !important;
    top: 0 !important;
  }
  .navigation.fix {
    background-color: #445879;
    animation: none;
  }
  .navbar-nav li.dropdown ul.dropdown-menu {
    display: block;
    position: relative;
    left: 0;
    background-color: transparent;
    border: none;
    box-shadow: none;
    float: none;
    text-align: center;
    padding: 0;
  }
  /* .reviews,
    .newsSection {
        display: none!important;
    } */
  .dropdown-menu > li > a {
    padding: 10px;
  }
  .carousel-caption {
    display: none;
  }
  .navbar-default {
    background-color: transparent;
    border-color: transparent;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: transparent;
  }
  .navbar {
    margin-bottom: 0px;
  }
  .navbar-right {
    text-align: center;
    padding: 20px 0;
    margin: 0px;
  }
  .navbar-default .navbar-nav > li > a,
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > .active > a:hover {
    padding: 10px;
    font-size: 16px;
  }

  .welcomeSection {
    padding: 30px 0px;
  }
  .newsContent .shareButton {
    top: 49%;
  }
  .newsSection {
    padding-bottom: 40px;
  }
  .form-group {
    margin-bottom: 0px;
  }
  .kontaktAnfrage input {
    max-width: 100%;
  }
  .kontaktAnfrage input:first-child {
    margin-bottom: 30px;
  }
  .mainSponsors li {
    display: block;
    padding: 15px 0px;
    min-height: 89px;
  }

  .aboutSection .graySection {
    padding: 120px 15px 40px 15px;
  }
  .aboutSection .graySection h1,
  .aboutSection .graySection p,
  .team h2,
  .uberFirma h3 {
    margin-bottom: 30px;
  }
  .team {
    padding: 30px 0px 0px 0px;
  }
  .team .memberInfo {
    margin: 30px 0px;
    text-align: center;
  }
  .team .memberInfo h3 {
    font-size: 18px;
  }
  .team .memberInfo span {
    font-size: 14px;
  }
  .history {
    padding: 30px;
  }
  .history dt {
    float: left;
  }
  .uberFirma {
    padding-top: 40px;
  }
  .uberFirma h3 br {
    display: none;
  }
  .mainSponsors,
  .followUs {
    text-align: center;
  }
  .mainSponsors .list-inline img {
    max-width: 100%;
  }
  .gallery img {
    width: 100%;
  }
  .service h1 {
    margin-top: 15px;
  }
  .underList .dl-horizontal dt,
  .underListOrange .dl-horizontal dt {
    float: left;
  }
  .schadenAnmeldung img {
    width: 100%;
  }
  .termine .block .wrap {
    min-height: 400px;
  }
  .impressumBtn {
    margin-top: 0;
  }
  .impressum p {
    font-size: 16px;
    word-break: break-all;
  }
  .service {
    padding: 120px 0 0 0;
    background-position: right;
  }
  .navbar-brand {
    left: 15px;
    max-width: 110px;
  }
  .headerImage {
    height: 215px;
  }
  .history .visible-xs {
    display: block !important;
    margin-bottom: 30px;
  }
  .carousel {
    margin-top: 56px;
  }
  .mainSponsors .list-inline img {
    margin: 0 auto;
  }
  .team .memberInfo::before {
    left: 0;
    right: 0;
    top: -20px;
  }
  .mediadaten-item {
    flex-direction: column;
  }
  .mediadaten-item h2 {
    margin: 20px 0;
  }
}

/******
480
***********/

@media only screen and (max-width: 479px) {
  .navbar-default .navbar-toggle {
    z-index: 1000;
    margin-bottom: 0;
  }
  .welcomeSection .welcomeText {
    padding: 0px 0px 30px 0px;
  }

  .newsSection .newsContent,
  .newsSection .rightNews,
  .mainSponsors,
  .workTime,
  .kontaktAnfrage,
  .followUs,
  .history {
    padding: 30px 15px;
  }

  .aboutSection .graySection h1,
  .team h2,
  .service h1,
  .impressum h2 {
    font-size: 20px;
  }
  .carousel-indicators {
    left: 40px;
  }
  .newsContent .shareButton {
    top: 32.5%;
  }
  .history dt {
    font-size: 24px;
    padding-right: 15px;
  }
  .history dd {
    font-size: 14px;
    margin-left: 70px;
  }
  .serviceList h3,
  .serviceListOrange h3 {
    font-size: 26px;
  }
  .angebote h2,
  .gallery h3 {
    margin-bottom: 30px;
  }
  .serviceList ul,
  .serviceListOrange ul {
    font-size: 16px;
    margin-top: 30px;
  }
  .underList,
  .underListOrange {
    padding: 30px 15px 10px 15px;
  }
  .schadenAnmeldung h2 {
    font-size: 16px;
  }
  .partnerInfo p {
    min-height: 30px;
    margin-bottom: 30px;
  }

  .navbar-brand {
    margin-top: 12.5px;
  }
}
