/*****************************************
 General
 *****************************************/
html {
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
	font-family: 'Open Sans', sans-serif;
    background: #fff;
    color: #000;
    overflow-y: scroll;
    font-size: 1.2rem;
}
a {
	color: #87000e;
}
a:focus, a:active, a:hover {
	color: #87000e;
	text-decoration: underline;
}
h1 {
	color: #87000e;
	font-weight: bold;
    font-size: 1.3rem;
	margin-bottom: 30px;
}
h1.band {
	font-size: 2rem;
	margin-bottom: 20px;
}
h2 {
	color: #87000e;
	font-weight: bold;
    font-size: 1.4rem;
	margin-bottom: 15px;
}
.blick {
    display: block;
	color: #87000e;
	font-weight: bold;
	margin-bottom: 5px;
}
.space-top {
    margin-top: 45px;
}
.space-top-large {
    margin-top: 90px;
}
.space-bot-small {
    margin-bottom: 15px;
}
.space-bot {
    margin-bottom: 30px;
}
.space-bot-large {
    margin-bottom: 90px;
}
.covers {
    width: 80%;
    position: relative;
}

.preisbox {
    position: relative;
    height: 85px;
    width: 100%;
    color: #707f37;
    margin-top: 35px;
}
.preisbox .preis {
    font-size: 55px;
}
.preisbox .info {
    position: absolute;
    top: 12px;
    left: 240px;
}

.neu::after {
    content: "NEU";
    background: #9d0c10;
    color: #fce2d0;
    position: absolute;
    top: 30px;
    right: -62px;
    padding: 0px 7px;
    font-weight: bold;
    font-size: 30px;
    transform: rotate(270deg);
}

/*****************************************
 Header / Nav
 *****************************************/
header .image {
    background: url(../img/Artur-Header.jpg) center center no-repeat;
    background-size: cover;
    height: 13vw;
}
header .image .container,
header .image .row {
    height: 100%;
}
header .image .logo {
    position: absolute;
    bottom: 10px;
    left: 10px;
}
header .image .col {
    position: relative;
}
nav {
    margin-bottom: 45px;
}
nav .navbar-collapse {
    float: right;
}
nav .navbar-collapse a {
    margin-left: 50px;
    color: #000;
    transition: color 0.4s;
    padding-top: 15px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 1.1rem;
    position: relative;
}
nav .navbar-collapse a.active,
nav .navbar-collapse a:active,
nav .navbar-collapse a:hover,
nav .navbar-collapse a:focus {
    color: #000;
    text-decoration: none;
    transition: color 0.4s;
}
nav .navbar-collapse a:after {
    content: '';
    background: #87000e;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: opacity 0.4s;
    opacity: 0;
}
nav .navbar-collapse a.active:after,
nav .navbar-collapse a:hover:after {
    opacity: 1;
}
nav .navbar-toggler {
    background: #87000e;
    height: 2em;
    width: 2.8em;
    float: right;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
}
nav .navbar-toggler .toggler-icon {
    background: #fff;
    position: absolute;
    left: 20%;
    top: 50%;
    transform: translateY(-50%);
    height: 3px;
    width: 60%;
}
nav .navbar-toggler .toggler-icon:before {
    content: '';
    background: #fff;
    position: absolute;
    left: 0;
    top: -8px;
    height: 3px;
    width: 100%;
}
nav .navbar-toggler .toggler-icon:after {
    content: '';
    background: #fff;
    position: absolute;
    left: 0;
    top: 8px;
    height: 3px;
    width: 100%;
}
nav.sticky .wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #fff;
    width: 100%;
}
#submitButton {
    background: #87000e;
    border-color: #87000e;
}
.autoren {
    padding: 35px;
}
.autoren.a1 {
    background: #fef4d1;
}
.autoren.a2 {
    background: #ecd1b3;
}
.autoren.a3 {
    background: #e0c2ae;
}
.autoren.a4 {
    background: #ccac97;
}

/*****************************************
 Main Content
 *****************************************/
main .logo {
	max-width: 80%;
    height: auto;
	
	display: block;
	/*margin: auto;*/
	/*margin-left: 0px;*/
	
    margin-bottom: 20px;
}
 
/*****************************************
 Footer
 *****************************************/
footer {
    margin-top: 60px;
}
footer .logos {
    padding-top: 15px;
    padding-bottom: 15px;   
}
footer .logos img {
    width: 15%;
    height: auto;
    margin-right: 60px;
    vertical-align: top;
}
footer .logos .logo1 img {
    margin-top: 12px;
}
footer .logos .logo2 img {
    margin-top: 15px;
}
footer .legal {
    text-align: right;
    margin-bottom: 15px;
    border-top: 1px solid #000;
}
footer .legal a {
    color: #000;
    margin-left: 30px;
    transition: color 0.4s;
    padding-top: 15px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 1.0rem;
    position: relative;
}
footer .legal a.active,
footer .legal a:active,
footer .legal a:hover,
footer .legal a:focus {
    text-decoration: none;
    transition: color 0.4s;
}
footer .legal a:after {
    content: '';
    background: #87000e;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: opacity 0.4s;
    opacity: 0;
}
footer .legal a.active:after,
footer .legal a:hover:after {
    opacity: 1;
}

/*****************************************
 Contact Form
 *****************************************/
.form-required {
    color: red;
    padding-left: 5pt;
}

/*****************************************
 Modal
 *****************************************/
.container.medien img {
    cursor: pointer;
}
#media-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  /* padding-top: 10%; */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
}
#modal-img {
  margin: 0 auto;
  display: block;
  width: auto;
  height: auto;
}
@media (orientation: portrait) {
    #modal-img {
        max-width: 90%;
    }
}
@media (orientation: landscape) {
    #modal-img {
        max-width: 60%;
    }
}
#caption {
  margin: 0 auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
}
#modal-img,
#caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}
@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}
.close, .close:hover {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
}

/*****************************************
 Team
 *****************************************/
.team-img.t01 {
    background-image: url(../img/portraits/Neuhoefer.png);
}
.team-img.t02 {
    background-image: url(../img/portraits/Greule.png);
}
.team-img.t03 {
    background-image: url(../img/portraits/Hansen.png);
}
.team-img.t04 {
    background-image: url(../img/portraits/Nguyen.png);
}
.team-img.t05 {
    background-image: url(../img/portraits/Falke.png);
}
.team-img.t06 {
    background-image: url(../img/portraits/Woellenstein.png);
}
.team-img.t07 {
    background-image: url(../img/portraits/Peters.png);
}
.team-img.t08 {
    background-image: url(../img/portraits/Yip.png);
}
.team-img.t09 {
    background-image: url(../img/portraits/Hentschel.png);
}
.team-img.t10 {
    background-image: url(../img/portraits/Media_Systems.png);
}
.team-img.t11 {
    background-image: url(../img/portraits/Digital_Reality.png);
}
.team-img {
    background-size: cover;
    background-position: center center;
    width: 100px;
    height: 100%;
    float: left;
    background-repeat: no-repeat;
}
.team-txt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 120px);
    margin-left: 120px;
    font-size: 0.9rem;
    padding-right: 20px;
}
@media (max-width: 325px) {
    .team-txt {
        font-size: 0.7rem;
    }
}
@media (min-width: 767px) and (max-width: 991px) {
    .team-img {
        width: 70px;
    }
    .team-txt {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: calc(100% - 75px);
        margin-left: 85px;
        font-size: 0.7rem;
        padding-right: 20px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .team-txt {
        font-size: 0.8rem;
    }
}
:root {
    --line: #d2d2d4;
}
.team-wrapper {
    position: relative;
}
.team-entity {
    background: #e1f4fd;
    height: 100px;
    position: relative;
}
@media (max-width: 767px) {
    .team-wrapper::after {
        content: '';
        position: absolute;
        height: calc(100% - 200px);
        width: 4px;
        background: var(--line);
        top: 100px;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }
}
@media (min-width: 768px) {
    .team-wrapper .team-row-top::after {
        content: '';
        position: absolute;
        height: 4px;
        width: 67%;
        background: var(--line);
        top: 190px;
        left: 50%;
        transform: translateX(-50%);
    }
    .team-wrapper .team-edge-top::after {
        content: '';
        position: absolute;
        height: 4px;
        width: 30px;
        background: var(--line);
        top: 50px;
        right: 0;
        transform: translateX(15px);
    }
    .team-wrapper .team-col-1::after,
    .team-wrapper .team-col-3::after {
        content: '';
        position: absolute;
        height: 90%;
        width: 4px;
        background: var(--line);
        top: -30px;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }
    .team-wrapper .team-col-2::after {
        content: '';
        position: absolute;
        height: 90%;
        width: 4px;
        background: var(--line);
        top: -60px;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }
}

/*****************************************
 Responsive styles
 *****************************************/
@media (orientation: portrait) {
    header .image {
        height: 30vh;
    }
    footer .legal a {
        font-size: 1rem;
        margin-left: 25px;
    }
}
@media (max-width: 1200px) {
    header .image .logo {
        width: 420px;
    }
}
@media (max-width: 767px) {
    h1, h2, h3, h4, h5, h6 {
        font-size: 1.2em;
    }
	.space-top-large {
		margin-top: 30px;
	}
    .space-bot-big-mobile {
        margin-bottom: 30px;
    }
    .space-bot-huge-med {
        margin-bottom: 60px;
    }
    nav .navbar-collapse {
        position: absolute;
        top: 50px;
        left: 0;
        background: #fff;
        border: 2px solid #87000e;
        width: 100%;
        z-index: 99;
    }
    nav .navbar-collapse a {
        display: block;
        width: calc(100% - 100px);
    }
    nav .navbar-collapse a:first-child {
        margin-top: 30px;
    }
    nav .navbar-collapse a:last-child {
        margin-bottom: 40px;
    }
}
@media (max-width: 575px) {
    .space-bot-big {
        margin-bottom: 15px;
    }
    .space-bot-huge-mobile {
        margin-bottom: 60px;
    }
    header .image .logo {
        width: 220px;
        left: 15px;
    }
    main .pics > div img {
        width: 55%;
        margin: 0 auto;
        display: block;
        margin-bottom: 15px;
    }
    main .pics > div:last-child img {
        margin-bottom: 0;
    }
    footer {
        margin-top: 0;
    }
    footer .logos a {
        display: block;
        width: 100%;
        text-align: center;
    }
    footer .logos a img {
        width: 50%;
        margin: 0;
    }
    footer .logos .logo2 {
        margin-top: 15px;
    }
    footer .logos .logo3 {
        margin-top: 40px;
    }
    main .pics > div img {
        width: 80%;
    }
}
@media (orientation: landscape) and (max-width: 850px) {
    header .image .logo {
        width: 220px;
        left: 15px;
    }
}
