/**
* @file
* Subtheme specific CSS.
*/
/* Body */
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('../fonts/open-sans-v23-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v23-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
 }
 
 /* open-sans-regular - latin */
 @font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/open-sans-v23-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v23-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
 }
 
 /* open-sans-600 - latin */
 @font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('../fonts/open-sans-v23-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v23-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
 }
 
 /* open-sans-700 - latin */
 @font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/open-sans-v23-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v23-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
 }
 
 /* open-sans-800 - latin */
 @font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local(''),
       url('../fonts/open-sans-v23-latin-800.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v23-latin-800.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
 }

.field--type-image img, .field--name-field-user-picture img {
  margin: 0px !important;
}

.node--view-mode-full .extra-field--edit a {
  display: none;
}

.node--view-mode-landingpage .extra-field--edit a {
  border: 1px solid #007cc2;
  padding: 5px 10px;
  font-size: 12px;
  text-decoration: none !important;
  display: inline-block;
}

.node--view-mode-landingpage {
  max-width: 1200px;
  margin: auto;
}

.extra-field--edit a:hover {
  border: 1px solid #007cc2;
  background: #007cc2;
  color: #fff !important;
}

.moveleft {
  transition: all 400ms;
  opacity: 0;
  transform: translate(-900px, 0);
}

.left {
  transform: translate(0px, 0);
  opacity: 1;
}

html, body {
  overflow-x: hidden;
}

/* container */

.col {
  padding: 0px !important;
}

.node__content {
  margin-top: 0px;
}

nav.tabs {
  margin: 0px !important;
}

.navbar-collapse a {
  color: #000 !important;
}

.paragraph--type--slider img {
    max-width: 100%;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    height: auto;
    position: relative;
    width: 100%;
}

.paragraph--type--slider:before {
  content: "";
  position: absolute;
  background-image: url(/sites/default/files/sliderlinie.svg);
  left: -0.7px;
  right: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100px;
  top: 0px;
  z-index: 10;
}

.paragraph--type--slider:after {
  content: "";
  position: absolute;
  background-image: url(/sites/default/files/sliderliniegedreht.svg);
  left: -5px;
  right: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  width: 105%;
  height: 120px;
  bottom: -10px;
  transform: rotateY(180deg);
}

/* gravias slider */

.highlighted {
  /*! margin-bottom: 50px; */
}

.tp-mask-wrap h2 {
}

.tp-bullets {
    top: 90%!important;
}

/* startseite */

.columdrei .styled {
  left: -0px;
}

.columdrei .ckeditor-accordion-container {
  width: 1200px;
  margin: auto;
}

/* Bubble */


.bubbleh2 h2::after {
  border-bottom: none;
}

/* ÃƒÅ“berschriftenbox */

.ueberschriftenbox {
  text-align: center;
  margin-bottom: 70px;
}

.ueberschriftenbox h2:after {
  border: none;
}

/*headlines*/
 
h2 {
  font-size: 36px;
  position:relative;
  z-index: 10;
  display: inline-block;
}

.path-frontpage h1 {
  display: none;
}

.path-frontpage h2 {
  font-size: 36px;
  position:relative;
  z-index: 10;
  display: block;
  text-align: center;
}

.node--view-mode-landingpage h2 {
  color: #007cc2 !important;
  text-align: left;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 50px;
  width: 100%;
}

.node--view-mode-landingpage h2::after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: calc(100% + 50px);
    left: -50px;
    bottom: -5px;
    z-index: 1;
    border-bottom: 5px solid #007cc2;
}

h3 {
   font-size: 24px !important;
   color: #007cc2;
}

h4 {
   font-size: 18px !important;
   color: #007cc2;
}

.bootstrap-tabs {
 max-width: 1200px;
 margin: auto;
}

.node .field--type-image {
 float: none;
 margin: 0px;
}

.node__content {
  font-size: 16px;
  line-height: 142%;
}

/* Tabs */

.tab-content > .active {
  border: none;
}

.nav-tabs {
  border-bottom: none;
  background: none !important;
  max-width: 1200px;
  margin: auto;
    
}

.nav-tabs .nav-link {
  border: 1px solid #007cc2 !important;
  background: none !important;
  border-radius: 0px !important;

}

.nav-tabs a {
  padding: 2px 15px !important;
  background: none !important;
  font-size: 13px;
}

.node--view-mode-teaser {
  border-bottom: 0px;
}

.bootstrap-tabs .nav-tabs {
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
  border: 0px;
}

.bootstrap-tabs .nav-tabs > li a {
  font-size: 14px;
  text-decoration: none;
  margin-right: 10px;
  color: #002a42 !important;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  width: 190px;
  justify-content: center;
  display: flex;
  text-align: center;
  white-space: nowrap;
  z-index: 10;
}

.bootstrap-tabs .nav-tabs li a:before {
  margin-bottom: -1px;
  display: block;
  height: 18px;
  width:48px;
  content: "";
  top: -25px;
  left: 0px;
  right: 0px;
  margin: auto;
  background: #002a42;
  position: absolute;
  text-align: center;
  border-radius: 50%;
  transform: rotate(-3deg);
}

.bootstrap-tabs .nav-tabs li.active a:before {
  background: #007cc2;
  border: 0px solid #002a42;}

.bootstrap-tabs .nav-tabs li a:hover:before {
  background: #007cc2;
  border: 0px solid #002a42;
}

.bootstrap-tabs .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border: none;
}

.bootstrap-tabs .nav > li > a:hover, .nav > li > a:focus {
  background-color: #fff0;
}

.bootstrap-tabs .nav-tabs > li > a {
  border: none; 
}

.unternehmen .bootstrap-tabs .nav-tabs > li a {
  width: 100px;
}

.unternehmen .bootstrap-tabs .nav-tabs {
  margin-bottom: -25px;
}

.unternehmen .layout__region--top ul  {
  float: left;
}

.unternehmen .layout__region--top ul li {
  position: relative;
  padding-right: 25px
}

.unternehmen .layout__region--top {
  margin-bottom: 25px;
}

li {
  position: relative;
}

/* Footer */

.site-footer .container-fluid {
  max-width: 1200px;  
}
 
#block-kontakt {
  width: 1200px;
  margin: auto;
  padding-left: 25px;
  padding-right: 25px;
}

.site-footer {
  background-color: #002a42;
  padding-top: 0px;
  position: relative;
}

.site-a.nav-link--contactfooter:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  display: block;
  background-image: url(/sites/default/files/oit-logo-CMYKBubbles.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position-y: -36px;
  opacity: 0.45;
}

.site-footer__bottom {
   letter-spacing: 0.2px;
   margin-top: 0px;
   border-top: 0;
}

.site-footer .content {
   color: #fff;
}

#block-newsletter {
  font-size: 30px;
  color: #fff ;
  width: 550px;
  text-align: center;
  border: none;
  margin-top: 90px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
}

#block-newsletter p{
  margin: 0px;
}

#block-oit-footer {
  font-size: 30px;
  text-align: center;
  width:550px;
  float: right;
  padding:0px;
  margin:0px;
  margin-top: 90px;
  margin-left: auto;
  margin-right: auto;
}

#block-oit-footer a.nav-link--contact {
  padding: 0px;
  color: #fff;
}

#block-dsgvoimpressumagb {
  font-size: 18px;
  justify-content: center;
  display: flex;
  margin: 0px;
}

#block-dsgvoimpressumagb td {
  text-align: center;
  border: none;
}

#block-dsgvoimpressumagb tr {
  background-color: #fff0;
}

#block-dsgvoimpressumagb table {
  margin-top: 70px;
}

#block-dsgvoimpressumagb a {
  text-decoration:  none;
  color: #fff;
}


/* Slideshow */

.block-entity-viewnode .slide__caption {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  position: absolute;
}

.block-entity-viewnode .slide__link a {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 15;
  font-size: 0px;
}

.block-entity-viewnode .slide__description {
  position: absolute;
  bottom: 0px;
  width: 500px;
  height: 350px;
  background: url(/sites/default/files/gva-sliderlayer-upload/bubble-fhmdq9.png);
  background-position: top right;
  background-size: cover;
  z-index: 25;
}

.block-entity-viewnode .slide__description {
  text-align: inherit;
  color: #007cc2;
  display: flex;
  justify-content: center;
  align-items: left;
  height: 100%;
  padding-right:2%;
  padding-left:2%;
  padding-top: 3%;
  padding-bottom: 3%;
  line-height: 160%;
  flex-direction: column;
}

.block-entity-viewnode .path-frontpage .highlighted::after {
  background-position: -75px;
  height: 150px;
  background-size: cover;
  pointer-events: none;
  
}

.slick-dots {
  position: absolute;
  z-index: 10;
}

.slick-dots li.slick-active button::before {
  color: #007cc2;
}


/*Akkordeon Jobs*/



.ckeditor-accordion-container > dl dt > a {
	display: block;
	padding: 10px 15px 10px 50px;
	background-color: #fff !important;
	color: #212529 !important;
	cursor: pointer;
	-webkit-transition: background-color 300ms;
	transition: background-color 300ms;
	border-bottom: none;
 
}

.ckeditor-accordion-container > dl dt > a:hover {
	background-color: #fff;
  text-decoration: none;
}

/* Unternehmer*/

.unternehmerprodukte {
  margin-left: auto;
  margin-right: auto;
}

.unternehmerprodukte td a   {
  border: solid #007cc2  2px;
  border-radius: 10px;
  text-decoration: none;
  padding: 10px 15px;
  background: #007cc2;
  color: #fff;
  text-transform: uppercase;  
}

td {
  vertical-align: top;
}

td .ckeditor-accordion-container > dl dt > a {
  background: none !important;
  border: 0 !important;
  color: #000;
  padding: 2px 15px 2px 36px;
  font-weight: normal;
  text-transform: none;
}

td .ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle::after,
td .ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle::before {
  background: #002A42;
}

td .ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle {
  left: 0px;
}

td .ckeditor-accordion-container > dl dd {
  padding-left: 2px;
  font-size: 14px;
  line-height: 17px;
  text-align: justify;
  hyphens: auto;
}

td .ckeditor-accordion-container > dl dd ul {
  padding-left: 18px;
}

td .ckeditor-accordion-container > dl dd p {
  margin-bottom: 10px;
}

.ckeditor-accordion-container > dl {
  border: none;
}

/* STB WP */

.stbwp td a   {
  border: solid #007cc2  2px;
  border-radius: 10px;
  text-decoration: none;
  padding: 10px 15px;
  background: #007cc2;
  color: #fff;
}

/* BMD Software */

.software .layout__region.layout__region--second {
  margin-top: 75px;
}

.software .ckeditor-accordion-container > dl {
  border: none;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #fff;
}

.software .ckeditor-accordion-container dl a, .software .ckeditor-accordion-container dl a:hover {
  background-color: #002a42;
}

.software .ckeditor-accordion-container dt {
  border: none;
  background-color: #002a42;
}

.software .ckeditor-accordion-container > dl dt > a {
  border: none;
  background-color: #002a42;
}

.software .ckeditor-accordion-container p {
  margin-top: 25px;
  margin-bottom: 25px;
}

.software .ckeditor-accordion-container dt:first-of-type {
  border-bottom-left-radius: none;
  padding-left: 0px;
}

.software .ckeditor-accordion-container dt:last-of-type {
  padding-left: 0px;
  border-bottom-left-radius: none;
}


.impressum h2 {
  color: #007cc2;
  margin-bottom: 50px;
}

.impressum h2::after {
   width: 1200px;
   left: 0px;
   border-bottom: 3px solid #007cc2;
}

/* Kontaktformular */

#block-oit-content {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}

#edit-anrede {
  width: 200px;
  color: #6c757d;
}

.icheckbox_square {
  border: 2px solid #007cc2;
}

#edit-name, #edit-email, #edit-subject-wrapper, #edit-message, #edit-firmenname, 
#edit-homepage, #edit-subject {
  width: 400px;
}

.webform-submission-form  label {
  position: absolute;
  top: -15px;
  left: 10px;
  font-size: 13px;
  letter-spacing: 0.01em;
  background: #fff;
  padding: 2px 3px;
}

.form-control {
	display: block;
	width: 100% !important;
	height: calc(1.5em + .75rem + 2px);
	padding: 20px 10px !important;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #007cc2 !important;
	border-radius: .25rem;
	transition: none !important;
}

.form-control:focus-visible {
    color: transparent;
    text-shadow: 0;
}

.form-control:focus {
    box-shadow: none !important;
}

.form-type-textfield, .form-type-email, .form-type-textarea {
  position: relative;
}

.field--name-field-webform {
  margin-right: 50px;
}

.btn-primary {
	background-color: #007cc2 !important;
	border: 1px solid #007cc2 !important;
  color: #fff;
	margin-top: 20px !important;
}

.btn-primary:hover, .btn-primary:focus {
	background-color: #007cc2 !important;
}

a, .link {
	color: #007cc2 !important;
	cursor: pointer;
}

iframe {
  margin-top: 0px;
}

.kontakt .form-check {
  width: 100% !important;
  padding-left: 0px;
  margin-bottom: 25px;

}

.kontakt .form-check label {
  position: absolute;
  left: 30px;
  top: -1px;
}

.contact h2 {
  color: #007cc2;
  margin-top: 50px;
  margin-bottom: 50px;
}

.contact h2::after {
   width: 1200px;
   left: 0px; 
   border-bottom: 5px solid #007cc2;
}

/* SW-Beratung und Verkauf */

.consult {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Programierung */

.programmierungtext {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Schulung */

.schulungtext {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* Referenzen */

.referenzen .field--name-field-paragraphs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 10px;
  max-width: 1200px;
  margin: auto;
}

.referenzen .field--name-field-paragraphs img {
  width: 100%;
  height: auto;
}
 
.referenzen h1 {
  text-align: center;
  color: #002a42;
  margin-bottom: 55px;
} 
 
/* Team */

.team h1 {
  text-align: center;
  color: #002a42;
  margin-bottom: 55px;
}

.team.node {
   margin-top: 0px;
}

.team .field--name-field-paragraphs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
  max-width: 1200px;
  margin: auto;
}
 
.team .field--type-entity-reference {
  margin: 0px;
}

.team .field__item {
  margin: auto;
}

/* Flipcard on hover/click */

.flip-container.hover .flipper {
  transform: rotateY(180deg);
}

.flip-container,
.front,
.back {
  width: 210px;
  height: 300px;
  margin-bottom: 36px;
}

/* Flip speed */

.flipper {
  transition: 0.8s;
  transform-style: preserve-3d;
  position: relative;
}

/* Hide back of pane during swap */

.front,
.back {
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

/* Front pane, placed above back */

.front {
  z-index: 2;
  transform: rotateY(0deg);
}

/* Back, initially hidden pane */

.back {
  transform: rotateY(180deg);
  background-color: #fff;
}

/* Flip images */

.front img{
  width: 100%;
  height: auto;
}

.back img {
  height: 100%;
  width: auto;
  transition: transform 2s;
}

.back img:hover{
  transform: scale(1.05);
}

.front img {
  width: 160px;
  height: 160px;
  justify-content: center;
  border-radius: 180px;
  padding: 0px;
  margin-top: 25px;
  -webkit-box-shadow:  0 -9px 6px -5px #9a9b9d;
  -moz-box-shadow:  0 -9px 6px -5px #9a9b9d;
  box-shadow: 10 0px -30px -10px #9a9b9d;
}

.front {
  display: flex;
  justify-content: center;
  border: 2px solid #002a42;
  border-radius: 20px;
}

.back {
  overflow: hidden;

  display: flex;
  justify-content: center;
  border: 2px solid #002a42;
  border-radius: 20px;
}

.front:after {
  content: "";
  position: absolute;
  bottom: -7px;
  right: -16px;
  background: url(/sites/default/files/ecke.png);
  background-size: 36px auto;
  width: 36px;
  height: 36px;
 pointer-events: none;
}

/* Flip Infos */

.cardname  {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 600;
  text-transform: uppercase;
  color: #007cc2;
 /*  -webkit-box-shadow:  0 -9px 6px -5px #9a9b9d;
   -moz-box-shadow:  0 -9px 6px -5px #9a9b9d;
        box-shadow: 0 -9px 5px -7px #9a9b9d;*/
  pointer-events: none !important;
  position: relative;
}
.cardcontent {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.cardinfo {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 105px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cardinfo:before {
  content: "";
  background: url(/sites/default/files/sliderlinie.svg);
  background-size: 500px auto;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  height:25px;
  left: 0px;
  right: 0px;
  position: absolute;
  display: block;
  top: 0px;
}

.cardposition {
  font-size: 13px;
  line-height: 16px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 0px;
  position: relative;
  text-align: center;
  color: #002a42;
}

.cardkontakte {
  display: flex;
  width: 120px;
  height: 40px;
  position: fixed;
  bottom: -25px;
  justify-content: center;
}

.cardemail {
  font-size: 16px;
  text-align: center; 
  margin: 0px 10px;
}

.cardemail a:before {
  content: "\f0e0";
  text-indent: 0px;
  text-align: center;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  height: 34px;
  width: 34px;
  border-radius: 90%;
  background:#007cc2;
  color: #fff;
}

.cardemail a {
  text-indent: -9999px;
  text-decoration: none;
  font-size: 0px;
}

.cardtel {
  font-size: 16px;
  text-align: center; 
  margin: 0px;
}

.cardtel a:before {
  content: "\f095";
  text-indent: 0px;
  text-align: center;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  height: 34px;
  width: 34px;
  border-radius: 90%;
  background:#007cc2;
  color: #fff;
}

.cardtel a {
  text-indent: -9999px;
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 0px;
}

.cardtel a:empty {
  display: none;
}


/* Kontakt */

.page-node-18 .kontakt {
  max-width: 1200px;
  margin: auto;
}

/* Startseite */


.path-frontpage .node--type-page.node--view-mode-full {
  max-width: 100%;
  margin: auto;
}

.path-frontpage h1 {
  display: none !important;
}

.node--type-page.node--view-mode-full h1 {
  color: #007cc2 !important;
  text-align: left;
  display: inline-block;
  margin-top: 50px;
  margin-bottom: 50px;
  width: 100%;
  font-size: 36px;
  position:relative;
  z-index: 10;
}

.node--type-page.node--view-mode-full  h1::after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: calc(100% + 50px);
  left: -50px;
  right: -50px;
  bottom: -5px;
  z-index: 1;
  border-bottom: 5px solid #007cc2;
}

.preamble {
  max-width: 1200px;
  margin: auto;
}

.preamble h1 {
  margin-top: 0px !important;
  }

/*oit.css*/

.nav-tabs {
  max-width: 1280px; 
}

.node--type-article h1 {
  color: #007cc2 !important;
  text-align: left;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 50px;
  width: 100%;
  position: relative;
  font-size: 36px;
}

.node--type-article h1::after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: calc(100% + 50px);
    left: -50px;
    bottom: -5px;
    z-index: 1;
    border-bottom: 5px solid #007cc2;
}

.node--type-article .layout__region {
}

.node--type-article .layout__region--first {
  color: #002A42;
}


.node--type-article .layout__region--second {
  padding: 0px 25px 0px 25px;
  color: #002A42;
}

.node--type-article.node--view-mode-full .node__content a {
  text-decoration: none;
  font-weight: 500;
  position: relative;
  padding-left: 18px;
  display: inline-block;
}

.node--type-article.node--view-mode-full .node__content a:hover {
  text-decoration: underline;
}

.node--type-article.node--view-mode-full .node__content .text-formatted a:before {
  content: "\f0c6";
   font-family:"Font Awesome 5 Free";
 font-style:normal;
 font-weight: 900;
 margin-right: 5px;
  position: absolute;
  left: 0px
}



.view-news .entity-pager {
  max-width: 1200px;
  margin: 0px auto 75px auto;
}

.entity-pager {
  position: relative;
}

.entity-pager-item-all a,
.entity-pager-item-next a{
background: #007cc2;
  display: inline-block;
  color: #fff !important;
  padding: 10px 36px;
  text-decoration: none;
  border: 2px solid #007cc2;
  font-size: 14px;
  position: absolute;
  left: 0px;
  top: 0px;
} 

.entity-pager-item-next a {
  left: auto;
  right: 0px;
}

.entity-pager-item-all a:hover,
.entity-pager-item-next a:hover {
  border: 2px solid #007cc2;
  color: #007cc2 !important;
  background: #fff;
  text-decoration: none;
}

.js-pager__items.pager a {

background: #007cc2;
  display: inline-block;
  color: #fff !important;
  padding: 10px 36px;
  text-decoration: none;
  border: 2px solid #007cc2;
  font-size: 14px;
} 

.js-pager__items.pager a:hover {
  border: 2px solid #007cc2;
  color: #007cc2 !important;
  background: #fff;
}

.js-pager__items.pager {
  list-style: none;
  text-align: center;
  margin-top: 15px;
}

.bootstrap-tabs .nav-tabs li:before {
  display: none;
}

.stb  .layout__region {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  row-gap: 15px;
  max-width: 1200px;
}



.stb .layout__region .paragraph--type--body .layout__region {
  display: block;
  width: 100% !important;
}

.ckeditor-accordion-toggle {
    margin-left: -15px;
}

.ckeditor-accordion-container > dl dt > a {
    display: block;
    padding: 5px 15px 5px 25px;
}

.ckeditor-accordion-container > dl dd {
  padding-left: 0px;
  padding-right: 25px;
  line-height: 130%;
  text-align: justify;
  hyphens: auto;
  font-size: 0.9em;
}

.ckeditor-accordion-container > dl dd li {
  position: relative;
}

#block-front {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 50px;
}

#block-front a  {
  border: 1px solid #007cc2;
  padding: 12px 25px;
  font-size: 15px;
  text-decoration: none !important;
  display: inline-block;
  background: #007cc2;
  color: #fff !important;
}

#block-front a :hover {
  border: 1px solid #007cc2;
  background: #fff;
  color: #007cc2 !important;
}


.text-formatted ul {
  list-style: none; /* Remove default bullets */
  position: relative;
}

.field--name-body li {
  position: relative;
}

.text-formatted ul li::before {
  content: ""; 
  color: #007cc2;
  font-weight: bold; 
  display: inline-block; 
  width: 9px;
  height: 8px;
  background: #007cc2;
  top: 8px;
  border-radius: 90%;
  transform: rotate(-5deg);
  position: absolute;
  left: -24px
}

.text-formatted .contextual-links li:before {
  content: "";
  display: none !important;
}

.jobs h4 {
  font-size: 21px !important;
  margin-bottom: 3px;
}


.jobs dd.active {
  border: 2px solid #002a42;
  padding: 36px !important;
  margin-top: 10px !important;
  margin-bottom: 15px;
  border-radius: 20px;
  
}

.jobs dd hr {
  position: relative;
  opacity: 1;
}

.unternehmen .bootstrap-tabs .nav-tabs > li a  {
  max-width: auto;
  margin-bottom: 50px;
}

.bootstrap-tabs .nav-tabs li a:before {
   background: rgba(0,124,194, 0.30);
}


.node--type-article .layout--twocol {
  max-width: 1200px;
  margin: auto;
}

.node--type-article .node__content img {
 width: 100%;
 height: 100%;
 object-fit: cover;
  margin: auto;
  text-align: center;
  display: block;
 max-width: 100%;
}

.node--type-article .layout__region--first .field--name-field-image {
  display: flex;
  justify-content: center;

}

.node--view-mode-parity {
  overflow-x: hidden;
}

.node--type-article.node--view-mode-parity .field--type-youtube {
  margin-top: -15px;
}

.node--type-article .node--view-mode-teaser .field--type-youtube {
  margin-top: 0 !important;
}

.node--view-mode-teaser, 
.node--view-mode-parity {
    border-bottom: 0;
    margin-bottom: 50px;
    padding-bottom: 0px;
  max-width: 1200px;
  margin: auto;
}



.node--view-mode-parity h2 a {
  font-size:24px;
  text-decoration: none;
  margin: 0px !important;
}

.node--view-mode-teaser h2 a {
  font-size:24px;
  text-decoration: none;
  display: block;
}

.node--view-mode-teaser h2,
.node--view-mode-parity h2{
  line-height: 100% !important;
  padding-top: 0px !important;
}

.node--view-mode-teaser h2 {
  display: block !important;
  padding-top: 0px !important;
}

.node--view-mode-teaser .field-name-body {
  margin: 0px;
}

.node--view-mode-teaser header,
.node--view-mode-parity header {
  display: none;
}

.node--type-article.node--view-mode-parity {
  display: flex;
}

.node--type-article.node--view-mode-teaser img {
  width: auto;
  float: right;
}


.node--type-article.node--view-mode-parity .layout__region--first {
  flex: 0 1 60%;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  display: flex;
  padding-left: 0px;
  padding-right: 50px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.node--type-article.node--view-mode-parity .layout__region--second {
  flex: 0 1 40%;
  justify-content: flex-end;
  align-items: center;
  background: #fff;
}

.node--type-article.node--view-mode-teaser .field--name-body,
.node--type-article.node--view-mode-parity .field--name-body{
  margin: 0px;
}

.node--type-article.node--view-mode-parity .layout__region--second img {
  max-height: 200px;
  margin: auto;
  width: auto;
}

.body-readmore a {
  border: 1px solid #007cc2;
  padding: 5px 10px;
  font-size: 14px;
  text-decoration: none !important;
  display: inline-block;
  position: relative;
  z-index: 10;
  margin-left: -15px;
  margin-bottom: 25px;
}

.body-readmore a:hover {
  background: #007cc2;
  color: #fff !important;
}

.view-news .extra-field--edit a {
  border: 1px solid #007cc2;
  padding: 5px 10px;
  font-size: 12px;
  text-decoration: none !important;
  display: inline-block;
  position: relative;
}

.extra-field--edit a:hover {
  border: 1px solid #007cc2;
  background: #007cc2;
  color: #fff !important;
}

.view-news .views-row {
  margin-bottom: 50px;
}

.view-news .extra-field--edit {
  width: 100%;
  text-align: right;
  margin-top: -35px
}

.node--type-article.node--view-mode-teaser .layout__region--first {
  flex: 0 1 50%;
}

.node--type-article.node--view-mode-teaser .layout__region--second {
  flex: 0 1 50%;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  display: flex;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 0px;
  padding-bottom: 15px;
}


.node--type-page.node--view-mode-full {
  max-width: 1200px;
  margin: auto;
}

.news.node--type-page.node--view-mode-full h1 {
  margin-top: 0px;
  margin-bottom: 75px;
}

.ckeditor-accordion-container > dl dt > a {
	display: block;
	color: #212529 !important;
	cursor: pointer;
	-webkit-transition: background-color 300ms;
	transition: background-color 300ms;
	border-bottom: none;
 background: none !important;
  text-decoration: none;
}

.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle::before, .ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle::after { 
  background: #002A42; 
}

.ckeditor-accordion-container > dl dt > a:hover {
	background-color: #fff;
  text-decoration: none;
}
.referenzen .field--name-field-paragraphs {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}


body 
{
  position: relative;
}

.navbar-expand-lg .navbar-nav .nav-link.active {
  color: #007cc2 !important;
}

.field--name-body {
  max-width: 1200px;
  margin: auto;
}

.embedded-entity header {
  display: none;
}

.navbar header {
  display: block !important;
}

.navbar header {
  display: block;
}

.highlighted {
  position: relative;
  margin-bottom: 50px;
}

.highlighted .container-fluid {
	width: 100%;
	padding-right: 0px !important;
	padding-left: 0px !important;
	margin-right: auto;
	margin-left: auto;
}

.path-frontpage .highlighted:after {
  content: "";
  position: absolute;
  bottom: 0px;
  background: url(/sites/default/files/sliderliniegedreht.svg);
  width: 105%;
  left: -2%;
  right: -2%;
  height: 100px;
  background-size: 105% !important;
  background-position-y:  20%;
  background-repeat: no-repeat;
  bottom: -50px;
  transform: rotateY(180deg);
}

.extra-field--overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: all 1s ease-in-out;
}

.extra-field--overlay:hover {
  opacity: 1;
}

.extra-field--content {
  width: 100%;
}

.paragraph--type--slider {
  position: relative;
}

.site-footer {
  padding-bottom: 0px;
}

.site-footer:before {
  content: "";
  position: absolute;
  background: url(/sites/default/files/sliderliniegedreht.svg);
  background-repeat: repeat;
  background-size: auto;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 120px;
  top: -50px;
  transform: rotateY(180deg);
}

.site-footer .imprint {
  margin-bottom: 0px !important;
  border-top: 1px solid #333;
  padding-top: 5px;
  margin-top: -10px !important;
}

.site-footer .imprint p {
  margin-bottom: 0px;
  line-height: 100%;
}

.site-footer p, .site-footer a {
  color: #002a42 !important;
}

.site-footer td, .site-footer tr {
  background: none;
  color: #002a42;
}

.site-footer .block {
  border: 0;
  padding-top: 25px;
  z-index: 10;
}

.site-footer .layout a {
  text-decoration: none;
}

.site-footer .region-footer-first img {
  width: 100%;
  height: auto;
  padding-right: 25px;
}

.site-footer .region-footer-first {
  width: 18%;
}

.site-footer .region-footer-second {
  width: 27%;
}

.site-footer .region-footer-third {
  width: 27%;
}

.site-footer .region-footer-fourth {
  width: 27%;
}


.extra-field.extra-field--anchor.extra-field--type-token {
  margin-bottom: -25px;
}

#unternehmen:target, #leistungen:target, #produkte:target, #cloud:target {
  padding-top: 125px;
  margin-top: -125px;
}

.leistungen, .produkte {
  margin-bottom: 50px;
}

.highlighted {
  margin-bottom: 60px;
}

.jquery_scrollup--icon {
  background-color: #b2d7ed;
}
.jquery_scrollup--icon:hover {
  background-color: #007cc2;
}