@charset "UTF-8";


/*************************************
* Schriften
*************************************/
/* alfa-slab-one-regular - latin */
@font-face {
  font-family: 'Alfa Slab One';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/alfa-slab-one-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/alfa-slab-one-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
}

/* roboto-slab-300 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('../fonts/roboto-slab-v24-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-slab-v24-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-slab-600 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('../fonts/roboto-slab-v24-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-slab-v24-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-slab-800 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 800;
  src: local(''),
       url('../fonts/roboto-slab-v24-latin-800.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-slab-v24-latin-800.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-condensed-300 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-condensed-v25-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-condensed-v25-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-condensed-v25-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-100 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local(''),
       url('../fonts/roboto-v30-latin-100.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v30-latin-100.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('../fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v30-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local(''),
       url('../fonts/roboto-v30-latin-900.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v30-latin-900.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/*************************************
* Allgemein
*************************************/
section.start-img-section, section.about-img-section, section.service-img-section, section.contact-img-section {
  position: relative;
  width: 100%;
  height: 100%;
}

.start-bg-wrap, .about-bg-wrap, .service-bg-wrap, .contact-bg-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.start_div, .about_div, .service_div, .contact_div {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  transform: translateZ(0);
  will-change: transform;
  overflow: hidden;
  position: fixed;
  display: table;
}

/*************************************
* Slogan
*************************************/
.slogan-center {
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
  font-size: 3em;
}

.boxed {
  background-color: rgba(3, 3, 3, 0.5);
  mix-blend-mode: hard-light;
}

.blue_background {
  background-color: #273789;
  mix-blend-mode: hard-light;
  width: 100%;
}

/*************************************
* Used to center any and all text
*************************************/
/* .text-center {
  text-align: center;
} */

/*************************************
* start image
*************************************/
.start_div::before {
  background-image: linear-gradient(to right, #c62370 60%, #273789);
  mix-blend-mode: multiply;
  content: "";
  color: tomato;
  width: 100%;
  height: 100%;
  position: absolute;
}

.start_div {
  background-image: url(../img/lackierbox_xl.jpg);
  background-position: center center;
  background-repeat: no-repeat;
}

/*************************************
* about image
*************************************/
.about_div {
  background-image: url(../img/lackieren_xl.jpg);
  background-position: bottom left;
  background-repeat: no-repeat;
}

/*************************************
* service image
*************************************/
.service_div {
  background-image: url(../img/hubwagen_xl.jpg);
  background-position: top left;
  background-repeat: no-repeat;
}

/*************************************
* contact image
*************************************/
.contact_div {
  background-image: url(../img/kontakt_xl.jpg);
  background-position: center right;
  background-repeat: no-repeat;
}

.contact {
  background-color: transparent !important;
}

/*************************************
* cta image
*************************************/
.cta_div {
  background-image: url(../img/kontakt_xl.jpg);
  background-position: center right;
  background-repeat: no-repeat;
}

/*************************************
* Adds padding to top and bottom of content
*************************************/
.content-padding {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/*************************************
* Media Queries
*************************************/
.navbar {
  position: 0px !important;
}

.navbar-brand {
  font-size: 20px;
  color: #000 !important;
  font-weight: bold;
}

nav.nav.navbar {
  background: #fff;
  z-index: 99;
}

nav.nav.navbar.--not-top {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.navbar.scrolling-navbar {
  z-index: 100;
}

@media (min-width: 600px) {
  .navbar.scrolling-navbar {
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    padding-top: 12px;
  }
  .navbar.scrolling-navbar .navbar-nav > li {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
  }
  .navbar.scrolling-navbar.top-nav-collapse {
    padding-top: 2px;
  }
  .navbar.scrolling-navbar.top-nav-collapse {
    background-color: #4285F4;
  }
}

.navbar {
  background-color: white !important;
}

@media only screen and (max-width: 768px) {
  .navbar {
    background-color: #4285F4;
  }
}

.navbar-brand {
  width: 220px;
  height: 104px;
  background-image: url("../img/zd-oberflaechentechnik_logo.png");
  background-repeat: no-repeat;
  background-size: 220px 104px;
  background-position: center bottom;
}

.small-logo {
  width: 440px;
  height: 20px;
  margin-top: 10px;
  background-image: url("../img/zd_wortmarke_black.svg");
  background-repeat: no-repeat;
  background-size: 440px 20px;
  background-position: center bottom;
  transition: 0.5s;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-image: none;
  background-size: auto auto;
  background-size: 100% 100%;
}

.collapse.navbar-collapse {
  border-top: 1px solid #ddd;
  margin: 1rem 0 0 0;
}

li.nav-item {
  text-transform: uppercase;
  font-family: Roboto Condensed;
}

@media screen and (max-width: 992px) {
  .navbar-brand {
    width: 440px;
    height: 20px;
    background-image: url("../img/zd_wortmarke_black.svg");
    background-repeat: no-repeat;
    background-size: 440px 20px;
    background-position: center bottom;
    margin-top: 0;
  }
  .collapse.navbar-collapse {
    padding-left: 0;
  }
  a.nav-link {
    padding-left: 0;
    transition: 0.5s ease;
  }
  a.nav-link:hover {
    padding-left: 0.15rem;
  }
  .collapse.show ul li.nav-item {
    border-bottom: 1px dotted #ddd;
  }
  .collapse.show ul li.nav-item a.nav-link {
    font-family: Roboto;
    font-weight: 100;
    display: block;
    color: grey !important;
  }
  .navbar-default .navbar-toggler {
    border-color: rgba(0, 0, 0, 0.1);
  }
}

@media screen and (min-width: 992px) {
  a.navbar-brand {
    display: block;
    width: 100%;
  }
  .navbar-expand-lg {
    flex-flow: column;
  }
  .collapse.navbar-collapse {
    background-image: linear-gradient(to right, #c62370 60%, #273789);
    width: 100%;
    transition: 2s ease-out;
  }
  .collapse .navbar-nav a.nav-link:hover {
    opacity: 1;
  }
  .collapse.navbar-collapse ul li.nav-item {
    text-transform: uppercase;
    font-family: Roboto;
    font-size: 1.2rem;
    font-weight: 100;
    border-right: 1px solid #fff;
    padding: 0 2rem;
    line-height: 1rem;
  }
  .collapse.navbar-collapse ul li.nav-item:first-child {
    border-left: 1px solid #fff;
  }
  nav.navbar {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}

.collapse.navbar-collapse ul li.nav-item a.nav-link {
  color: #eee;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
}

.navbar-toggler span {
  display: block;
  background-color: #444;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
  left: 0;
  opacity: 1;
  border-radius: 1.5px;
}

button.navbar-toggler span:nth-child(1),
button.navbar-toggler span:nth-child(3) {
  -webkit-transition: transform .35s ease-in-out;
  -moz-transition: transform .35s ease-in-out;
  -o-transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
}

button.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: relative;
  top: 3.3px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9;
}

button.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 0px;
  visibility: hidden;
  background-color: tomato;
}

button.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: relative;
  top: -3.1px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9;
}

.icon-scroll, .icon-scroll:before {
  position: absolute;
  left: 50%;
}

.icon-scroll {
  width: 35px;
  height: 60px;
  margin-left: -20px;
  top: 80%;
  margin-top: -35px;
  box-shadow: inset 0 0 0 1px white;
  border-radius: 25px;
}

.icon-scroll:before {
  content: '';
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.1);
  border-left: 1px solid white;
  border-bottom: 1px solid white;
  margin-left: -5px;
  top: 8px;
  transform: rotate(-45deg);
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}

@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    background: rgba(255, 255, 255, 0);
    opacity: 0;
    transform: translateY(46px) rotate(-45deg);
  }
}

.news_column {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  height: 3rem;
}

.news_column h3 {
  text-transform: uppercase;
}

.card.card-home-news h4 {
  text-transform: uppercase;
  font-size: 3rem;
}

.news_column_date p {
  font-family: Roboto Condensed;
  text-transform: uppercase;
  font-weight: 100;
}

.news_column_div p.lead, .card-home-news p.lead {
  font-family: Roboto Slab;
  font-size: 1.2rem;
  font-weight: 600;
}

.card-home-news p {
  padding: 0;
  margin: 0;
}

/* start home accordion */
.card.card-home-news {
  border: none;
  background-color: #fff !important;
  border-radius: 0;
  margin: 1.0rem 0;
  padding: 0 .6rem;
}

.news_column_div .card-header {
  text-align: left  !important;
  margin-top: 1.0rem;
  padding: 0;
  background-color: transparent;
  border-bottom: none;
}

.card-home-news a {
  cursor: pointer !important;
}

.card-home-news a:not([href]):not([tabindex]) {
  color: #007bff !important;
}

.card-home-news a:visited {
  color: #ddd !important;
}

.news_column_div .card-body {
  text-align: left  !important;
  margin-top: 1.0rem;
  padding: 0;
  background-color: transparent;
}

.news_column_div .btn {
  white-space: wrap;
  padding: 0;
}

#home h4.news-header {
  font-size: 3rem !important;
}

.card-home-news ul.list-group {
  list-style-type: disc !important;
}

.news_column_div li.list-group-item {
  border: none !important;
  margin: 0;
  padding: 0;
}

.card-home-news ul .list-group-item {
  list-style-type: disc !important;
}

.text-right p {
  text-align: right;
}

/* end home accordion */
h1, h2, h3, h4, h5, h6 {
  font-family: Roboto Slab;
}

body {
  font-size: 1rem;
}

h1 {
  font-family: Roboto Slab;
  font-weight: 300;
}

h2 {
  font-family: Roboto Slab;
  font-weight: 600;
  letter-spacing: 0.08em;
  font-size: 1.5rem;
}

.navbar-default .navbar-nav .nav-link.active {
  font-weight: 600 !important;
}

p, address {
  font-family: Roboto;
  font-weight: 300;
  font-size: 1.2rem;
  padding-bottom: 2em;
  color: #3b3b3b;
}

.card-service ul {
  font-family: Roboto;
  font-weight: 300;
  font-size: 1.2rem;
  color: #3b3b3b;
}
.card-service ul li{  
  list-style-type: disc !important;
}

h6 {
  font-family: Roboto;
  font-weight: 900;
  font-size: 1.2rem;
  padding-bottom: 2em;
  color: #3b3b3b;
  text-align: left;
}


/* ----------NEW START-------------- */

h1.statement, .about-section h3, h4 {
  font-weight: 600;
}

h1.statement, .about-section h3{
  font-size: 2.5rem;
}

.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/* ----------NEW END-------------- */

li.list-group-item {
  font-family: Roboto;
  font-weight: 300;
  font-size: 1.2rem;
  padding-bottom: 2em;
  color: #3b3b3b;
  text-align: left;
}

.news_column h3 {
  padding-bottom: 0;
  margin-bottom: 0 !important;
}

.news_column_date p {
  padding-bottom: 0;
  font-size: 1rem;
  margin-bottom: 0 !important;
}

strong {
  font-weight: 600;
}

.service p strong {
  
  word-spacing: 0rem !important;
  letter-spacing: 0vw !important;
}

span.logobold {
  text-transform: uppercase;
  color: #003366;
}

span.nameblue {
  color: #003366;
}

.contact a {
  color: #222;
}

li {
  list-style: none;
}

.service_input_div p {
  text-align: left !important;
}

.card-service h4 a {
  color: #3b3b3b;
}

.boxed h1.statement {
  font-family: Roboto Slab;
  font-style: italic;
  font-size: 2rem;
  font-weight: 100;
  letter-spacing: -0.04em;
  color: white;
  mix-blend-mode: normal !important;
  padding: 3rem 0.2rem;
}

.boxed {
  color: white;
  mix-blend-mode: normal !important;
}

h5 {
  mix-blend-mode: normal !important;
}

.boxed h1.statement span {
  font-family: Roboto Slab;
  font-size: 10rem;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 70%;
  letter-spacing: -0.04em;
  mix-blend-mode: normal !important;
}

p.quality-slogan span {
  font-family: Roboto Slab;
  font-weight: bold;
}

.card-home-news a.home-text-right-1::after {
  content: "[...]";
  float: right;
  font-size: 1rem;
}

.card-home-news p a.home-text-right-2::after, #collapseServiceOne p a.home-text-right-1::after, #collapseServiceOne p a.home-text-right-2::after, #collapseServiceOne p a.home-text-right-3::after {
  content: "[minimieren]";
  float: right;
  font-size: 1rem;
}

img {
  width: 100%;
}

.flag_top {
  background-image: url(../img/flag_dark_grey.svg);
  /* background-color: #232322; */
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  width: 100%;
  height: 80px;
  text-align: center;
  color: white;
  font-family: Roboto Slab;
  font-weight: 900;
  line-height: 1rem;
  font-size: 1.2rem;
  padding-top: 0.8rem;
}

.flag_bottom {
  background-repeat: no-repeat;
  background-position: center center;
  padding: 5px;
  width: 100%;
  height: 100%;
}

.sandstrahlen.flag_body {
  background-color: #DB8F1B;
}

.glasperlstrahlen.flag_body {
  background-color: #DBDA22;
}

.lackieren.flag_body {
  background-color: #69A742;
}

.korrosionsschutz.flag_body {
  background-color: #68A7DD;
}

.flag_body {
  display: table;
  width: 100%;
  height: 100px;
}

/* start service accordion */
.service .card {
  border: none;
  background-image: linear-gradient(white, #e6e3e3) !important;
  border-radius: 0;
  margin: 1.0rem 0;
  padding: 0 .6rem;
}

.service .card-header {
  text-align: left  !important;
  margin-top: 1.0rem;
  padding: 0;
  background-color: transparent;
  border-bottom: none;
  border-bottom: 1px solid #ddd;
}

.service .card-body {
  text-align: left  !important;
  margin-top: 1.0rem;
  padding: 0;
  background-color: transparent;
}

.service .btn {
  white-space: wrap;
  padding: 0.5em;
}

.service .card h4 {
  font-family: Roboto Slab;
  font-size: 1.4rem;
}

.service a {
  cursor: pointer;
}

/* symbol for "opening" panels */
.service-accordion::after {
  content: url("../img/up-arrow.svg");
  float: right;
}

/* symbol for "collapsed" panels */
.service-accordion.collapsed::after {
  content: url("../img/down-arrow.svg");
}

/* end service accordion */
.service-info {
  background-image: linear-gradient(to right, #c62370 60%, #273789) !important;
  color: #fff !important;
  border-radius: 0;
}

.service-info img {
  mix-blend-mode: multiply;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.service-info h4, .service-info p {
  color: #fff !important;
}

.service-info h4 {
  border-bottom: 1px solid #ddd;
  width: 100%;
  line-height: 4rem;
  font-size: 2.4rem;
}

.service-info p, .service-info ul {
  font-weight: 300;
  font-size: 1.2rem;
  padding: 0px;
}

.service-info li{
  list-style-type: disc;
  
}

.service-info.card.card-service-info p {
  color: #DB8F1B !important;
  font-family: Roboto !important;
} 

.card.card-service-info {
  background-color: transparent !important;
  border: none !important;
}

.service-info .d-flex {
  background-color: transparent;
}

footer.footer-area {
  background-image: linear-gradient(to right, black 60%, #003366);
  min-height: 200px;
  width: 100%;
  box-shadow: -6px 0 6px rgba(0, 0, 0, 0.8);
  position: relative;
}

/*.buzzword_area p::before{
    background: url(../img/zd_wortmarke_black.svg) no-repeat left top;    
    content: "ZD Oberflächentechnik--";
    color: transparent;
    bottom: 1em;
} */
footer {
  background-color: #000;
}

.buzzword_area {
  overflow: hidden;
  width: 100%;
  height: 28px;
  text-align: center !important;
  position: relative;
  background-color: #003366;
}

.buzzword_area p {
  font-size: .8rem;
  color: white;
  padding: 0.2em;
  line-height: 2em;
  font-family: Roboto;
  font-weight: 100;
  letter-spacing: 0.2vw;
  word-spacing: 1rem;
  text-transform: uppercase;
}

.footer-navigation {
  position: absolute;
  border-top: 1px solid #003366;
  border-bottom: 1px solid #003366;
  width: 100%;
  bottom: 20px;
}

.footer-navigation p {
  font-size: 0.8rem;
  color: gainsboro;
  display: inline;
}

.footer-navigation a {
  color: gainsboro;
  text-transform: uppercase;
}

.footer-content:last-child {
  text-align: right;
}

.footer-content, .footer-content:last-child {
  text-align: center;
}

@media screen and (max-width: 576px) {
  .buzzword_area_move {
    width: 1300px;
    overflow: hidden;
    position: absolute;
  }
  .buzzword_area_move {
    position: absolute;
    -webkit-animation-name: buzzword-move;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 30s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: infinite;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-timing-function: linear;
    animation-name: buzzword-move;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }
  /* Safari 4.0 - 8.0 */
  @keyframes buzzword-move {
    from {
      left: 0px;
    }
    to {
      left: -916px;
    }
  }
  /* Standard syntax */
  @keyframes mymove {
    from {
      left: 600px;
    }
    to {
      left: 0px;
    }
  }
  .footer-navigation p {
    font-size: 0.6rem;
  }
  .footer-content, .footer-content:last-child {
    text-align: center;
  }
}

@media screen and (max-width: 992px) {
  .service_sandstrahlen, .service_glasperlstrahlen {
    order: 1;
  }
  .service_lackieren, .service_korrosionsschutz {
    order: 3;
  }
  .service_strahltext {
    order: 2;
  }
  .service_lacktext {
    order: 4;
  }
  .visible {
    visibility: hidden;
  }
  p.quality-slogan {
    text-align: center !important;
  }
}

@media screen and (max-width: 576px) {
  .navbar-brand {
    width: 220px;
    height: 10px;
    background-image: url("../img/zd_wortmarke_black.svg");
    background-repeat: no-repeat;
    background-size: 220px 10px;
    background-position: center bottom;
    margin-top: 0;
  }
  .boxed h1.statement {
    font-size: 2rem;
    padding: 1rem;
    line-height: 1.8rem;
  }
  .boxed h1.statement span {
    font-size: 4rem;
  } 
  .theme_space h2 {
    font-size: 1.2rem !important;
  }
  h4, .flag_top {
    font-size: 1rem !important;
  }
  .content-padding {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  h1 {
    font-size: 1.2rem;
  }
  nav.nav {
    padding-right: 0;
  }
  h1.news-header {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
  .card-home-news p {
    text-align: left;
  }
  .card-home-news .card-body p {
    border-left: none !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  .card-home-news .card-body ul li {
    font-size: 0.8rem;
  }
  .card-home-news a.home-text-right-1::after {
    content: "[...]";
    float: right;
    font-size: 0.7rem;
  }
  .card-home-news p a.home-text-right-2::after {
    content: "[minimieren]";
    float: right;
    font-size: 0.7rem;
  }
  .card-service .card-body p {
    border-left: none !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    line-height: 1.2rem;
  }
  .card-service-info .card-body p {
    text-align: justify !important;
  }
  .card-service-info .card-body p {
    border-left: none !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    line-height: 1.2rem;
  }
  .card-service-info .card-body h4 {
    font-size: 1.6rem !important;
    line-height: 2rem;
  }

  .card-service-info .card-body p {
    font-size: 1rem !important;
    line-height: 1.4rem;
  }
  p, address {
    font-size: 0.8rem;
  }
  p, address {
    text-align: justify;
  }
  .circle {
    margin-top: -10px !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 20px;
  }
  h3.mb-0 {
    margin-left: -27px !important;
    font-size: 1.2rem;
  }
  .card-header h3 a {
    text-align: left !important;
  }
  .card-body {
    text-align: left  !important;
  }
  .card-body p {
    border-left: 1px solid #222;
    margin-left: 3px  !important;
    padding: 5px 0 5px 10px  !important;
    font-size: 0.8rem;
    text-align: left;
  }
  ul li {
    font-size: 0.8rem;
  }
  .about-accordion:after {
    margin-right: .2rem !important;
  }
  .card-header {
    padding: .4rem .2rem;
  }

  div.map {
    padding: 0 0 !important;
    margin: 0 0 !important;
  }
}

.cta_div::before {
  background-image: linear-gradient(to right, #c62370 60%, #273789);
  mix-blend-mode: multiply;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cta_boxed {
  background-color: rgba(3, 3, 3, 0.5);
  mix-blend-mode: hard-light;
  padding: 1rem;
}

.cta_blue_background {
  background-color: #273789;
  mix-blend-mode: hard-light;
  width: 100%;
}

.cta-wrapper {
  z-index: 998;
  position: fixed;
  width: 200px;
  height: 200px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 10px;
  background-color: #273789;
  top: 300px;
  right: 20px;
  font-family: Roboto Slab;
  text-align: center;
  padding: 10px;
  box-shadow: black  0 5px 5px;
  transform: rotate(-10deg);
  overflow: hidden;
  display: none;
}

.cta-bg-wrap {
  clip: rect(0, auto, auto, 0);
  width: 100%;
  height: 100%;
  display: table;
}

.cta_div {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  transform: translateZ(0);
  overflow: hidden;
  position: fixed;
  display: table;
}

.cta-wrapper h3 {
  color: white !important;
  font-size: 1.3rem !important;
  line-height: 1.3rem;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 10px;
}

.cta-wrapper p {
  font-size: 1.3rem !important;
  color: white !important;
  background-color: #c62370;
  display: inline-block;
  width: 200px;
  padding-top: 10px;
  margin-left: -10px;
  text-transform: uppercase;
}

.cta-wrapper p span {
  font-size: 2rem !important;
  line-height: 2rem;
}

.cta-wrapper:hover {
  transform: scaleY(0.95) scaleX(0.95) rotate(-20deg);
  transition: ease-in-out 0.1s;
}

.cta-input {
  height: 100%;
  width: 0;
  position: fixed;
  right: 0;
  z-index: 1000;
  top: 0;
  overflow-x: hidden;
  transition: 0.5s;
  font-family: Roboto Slab;
  font-weight: light !important;
  text-align: center;
}

.cta-input a {
  text-decoration: none;
  font-size: 25px;
  color: #fff;
  display: block;
  transition: 0.3s;
  mix-blend-mode: hard-light;
}

.cta-input h1 {
  mix-blend-mode: hard-light;
  font-size: 6rem;
  letter-spacing: -0.04em;
  color: white;
  padding: 0 2rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 5.0rem;
  padding-bottom: 2rem;
}

.cta-input h2 {
  padding: 5px;
  margin-bottom: 15px;
}

.cta-input h2 strong {
  font-weight: bold;
}

.cta-input p,.cta-input p small, .cta-input p a  {
  font-size: 2.4rem;
  color: white;
  padding: 0 2rem;
  mix-blend-mode: hard-light;
  margin-top: 2rem;
  padding: 5px 10px;
  display: inline-block;
}

.cta-input p small {
  font-size: 1.6rem;
  color: white;
  padding: 0 2rem;
  mix-blend-mode: hard-light;
  margin-top: 2rem;
  padding: 5px 10px;
  display: inline-block;
}

.cta-input p a.link {
  border: 1px solid white;
  border-radius: 5px;
  display: inline-block;
  margin-top: 16px;
  padding: 4px 10px;
}

.cta-input a:hover {
  color: lightblue;
}

.cta-input .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 40px;
  margin-left: 50px;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}

@media screen and (max-height: 450px) {
  .cta-input {
    padding-top: 15px;
  }
  .cta-input a {
    font-size: 18px;
  }
}

@media screen and (max-width: 576px) {
  .cta-wrapper {
    width: 140px;
    height: 50px;
    top: 180px;
    right: -46px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: none;
    transform: rotate(-90deg);
    padding: 0;
    text-align: center;
    box-shadow: black  -5px -5px 5px;
    mix-blend-mode: multiply;
  }
  .cta-wrapper:hover {
    transform: scaleY(0.95) scaleX(0.95) rotate(-90deg);
    transition: ease-in-out 0.1s;
  }
  .cta-wrapper h3 {
    color: white !important;
    font-size: 0.7rem !important;
    line-height: 0.7rem;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 2px;
    padding-bottom: 1px;
  }
  .cta-wrapper p {
    font-size: 0.7rem !important;
    color: white !important;
    background-color: #c62370;
    padding-top: 0;
    margin-left: 0;
    text-transform: uppercase;
    text-align: center;
    width: 140px;
  }
  .cta-wrapper p span {
    font-size: 2rem !important;
    line-height: 2rem;
  }
  .cta-input h1 {
    font-size: 2rem;
    line-height: 2rem;
    padding-bottom: 0.4rem;
  }
  .cta-input h2 {
    font-size: 1rem;
  }
  .cta-input p {
    font-size: 1rem;
    padding: 0 0.2rem;
    margin-top: 0;
    text-align: center;
  }

  .cta-input p small {
    font-size: 0.8rem;
    padding: 0 0.2rem;
    margin-top: 0;
    text-align: center;
  }
  .cta-input p a {
    font-size: 1rem;
    padding: 8px;
    margin-top: 8px;
  }
}

/* @import "partials/ag"; */
body, html {
  margin: 0;
  height: 100%;
}

body {
  position: relative;
  margin-right: 0 !important;
  padding-right: 0 !important;
  /* hyphens */
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

img, video {
  width: 100%;
  max-width: 100%;
  height: auto;
}

html {
  color: #222;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
}

body {
  background-color: transparent;
  top: 0;
}

.mt-5, .my-5 {
  margin-top: 5rem !important;
}

.row {
  margin: 0;
}

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

.container-fluid {
  padding: 0;
}

.navbar {
  background-color: lightblue;
}

.navbar-brand.mx-auto {
  width: 216px;
  right: 0;
  left: 0;
}

.d-flex {
  background-color: white;
}

.theme_space {
  background-image: linear-gradient(#273789, #000033);
  width: 100%;
}

.theme_space h2 {
  color: white;
  font-size: 3rem;
  text-transform: uppercase;
  text-align: center;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}

.btn-circle.btn-xl {
  margin-top: -20px;
  width: 70px;
  height: 70px;
  font-size: 24px;
  border-radius: 35px;
  background-color: #273789;
  border-color: transparent;
}

.btn-circle.btn-xl.magenta {
  background-color: #c62370 !important;
}

.card-header h5 a {
  text-align: left !important;
}

h3.mb-0 {
  display: inline;
  margin-left: -50px;
}

/* start about accordion */
#about .mb-0 a {
  color: rgb(155, 155, 155) !important;
}

#about .mb-0 a:hover {
  color: #b6b6b9 !important;
  transition: 0.5s;
}

#about .card-header {
  padding-top: 0;
}

#about .card-body p {
  border-left: 1px solid #ddd;
  margin-left: 35px;
  padding: 10px 0 10px 10px;
  text-align: left  !important;
}

#about .card, #about .card-header, #about .card-body {
  border: none;
  background-color: white !important;
  text-align: left  !important;
}

#about .card-body {
  padding-top: 0;
  padding-bottom: 0;
}

/* symbol for "opening" panels */
.about-accordion::after {
  content: url("../img/up-arrow.svg");
  float: right;
  margin-right: 2rem;
}

/* symbol for "collapsed" panels */
.about-accordion.collapsed::after {
  content: url("../img/down-arrow.svg");
}

/* end about accordion */
.service-teaser {
  background-color: lightgrey;
  margin: 10px;
}

.contact .container-fluid {
  padding-left: 2rem;
}

div.dertz {
  margin-bottom: 200px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
}

.impress-section {
  margin-top: 200px;
}

/*
.slogan-headline::before {
    visibility: hidden;
    font-family: Alfa Slab One;
    content: '“';
    float: left;
    font-size: 18rem;
    font-weight: 100;
    padding-left: 1rem;
    position: absolute;
    margin-left: -24rem;
    margin-top: -8.2rem;
}

.slogan-headline::after {
    visibility: hidden;
    font-family: Alfa Slab One;
    content: '”';
    float: left;
    font-size: 18rem;
    font-weight: 100;
    padding-left: 1rem;
    position: absolute;
    margin-left: 14rem;
    margin-top: 0.2rem;
}
*/
div.map {
  padding: 0 0 !important;
  margin: 0 0 !important;
}

#return-to-top {
  position: fixed;
  z-index: 999;
  bottom: 20px;
  right: 20px;
  background: black;
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
  color: #fff;
  top: 5px;
}

.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

ul.blockquote {
  font-family: Roboto;
    font-size: 1.2rem;
    font-weight: 300;
}

.about-section .circle {
  width: 70px;
  height: 70px;
  border-radius: 35px;
  
  display: inline-block;
  
  margin-left:0px;
  margin-top: -20px;
  white-space: nowrap;
  vertical-align:middle;
}

.about-section .circleBlue {  
  background-color: #273789;  
  color: #273789;  
}

.about-section .circleMagenta {  
  background-color: #c62370;  
  color: #c62370;  
}