.sliderTest{
  height:auto;
  width:100%;
  background-size: cover;
}

/* Custom Style for Content-Slider */

@font-face {
    font-family: MavenProBold;
    font-display: auto;
    src: url('/fonts/MavenPro-Bold.ttf');    
}

@font-face {
    font-family: MavenProRegular;
    font-display: auto;
    src: url('/fonts/MavenPro-Regular.ttf');    
}

@font-face {
    font-family: 'Architects Daughter';
    src: url('/fonts/architectsdaughter-webfont.woff2') format('woff2'), url('/fonts/architectsdaughter-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#logo img {
    padding: 10px 0px;
}

h1,h2,h3,h4,h5,h6,body
{
    font-family: 'MavenProRegular' !important;
}

#header.transparent-header, #header.transparent-header:not(.sticky-header) #header-wrap {
    background: rgba(255,255,255,0.3);
}

.dark #copyrights, #copyrights.dark {
    color: #fff;
    background-color: rgb(140 141 144);
}

.secondary-color, .bg-danger {
    background: #591616 !important;
    color:#fff !important;
}

.secondary-color label {
    color:#fff !important;
}

.full-width-promo-box{
    height:220px;
    background: #9b110a;
    margin-top: 10px;
}

.btn-primary {
    color: #fff;
    background-color: #9b110a;
    border-color: #9b110a;
}

.btn-primary:hover {
    color: #fff;
    background-color: #8b8d90;
    border-color: #8b8d90;
}

.btn-Hero-Call{
    border-radius: 5px;
    color: white;
    background: rgba(255,255,255,.2);
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    padding:15px 30px;
    border: 1px solid transparent;
}

.btn-Hero-Call:hover{
    color: #333;
    cursor: pointer;
    background: rgba(0,0,0,0);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    transition: all .3s ease;
}

.Hero-Call-Button{
    width: 25%;
    margin-top:5%;
    
}

.row.Hero-Call{
    display: flex;
    flex-direction: row;
    margin-top: 10px;
}

.inner-Container.Hero-Call{
    width:50%;
    margin-left: 20%;
    margin-top: 2%;
    padding: 50px 0px 30px 0px;
}

.inner-Hero-Images-0{
    max-width:100%;
    max-height:100%;
    top:0%;
}

.inner-Hero-Images-1{
    max-width:100%;
    max-height:100%;
    top:-43%;
}

.inner-Hero-Images-2{
    max-width:100%;
    max-height:100%;
    top: -27%;
}

.Hero-Image-0{
    width: 100%;
}


.Hero-Image-1{
    width: 102%;
}


.Hero-Image-2{
    width: 100%;
}

.umbraco-forms-form legend {
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.2em;
    display: block;
    color: #bcbcbc;
    padding-bottom: 10px;
    padding-top: 30px;
}

.umbraco-forms-label
{
    margin-top:25px;
}

.field-validation-error
{
    background-color:red;
    padding:4px;
}

.radiobuttonlist label, .checkboxlist label
{
    text-transform:unset !important;
    margin-right:20px;
}

.checkboxlist br
{
    display:none;
    
}

.white
{
    color:#fff !important;
}

.red
{
    color: #9b1d21 !important
}

#header.transparent-header, #header.transparent-header:not(.sticky-header) #header-wrap,
#header.transparent-header.full-header #logo,.full-header .primary-menu .menu-container
{
    border: 0px solid white !important;
}

.logoDesktop
{
    
}

.logoMobile
{
    display:none;
}

.suchenHelden
{
    margin-left:125px !important;
}

@media (min-width: 992px)
{
    .sticky-header #header-wrap {
        background-color: rgba(255, 255, 255, 0.65) !important ;
    }
}

@media (max-width:960px)
{
    .suchenHelden
    {
        margin-left:40px !important;
        top:-275px;
    }   
}

@media (max-width:500px)
{
    .page-section
    {
        padding-left: 20px;
        padding-right: 20px;
    }
}

p{}


.menu-link {
    font-size: 1.5rem;
}

#copyrights {
      font-size: 1.5rem; 
}

.rev_slider{
    overflow: hidden;
}

.slider-element{
    overflow: hidden;
}

.fullscreen-container{
    height:100%;
}

.page-content-magazine{
    background-color: white;
    display: inline-block;
    width: 100%;
}


.magazine-container{
    padding-top:35px;
    padding-bottom:35px;
}

.innerContainer-image{
    padding-top:80px;
}

.text-right{
    color:#7e7e7e;
}

.text-left{
    color: #7e7e7e;
}













.text-content{
    font-size:15px;
    
}

/**umb_name:container*/
.container-box {
	color: white;
	width: 100%;
	text-align:bottom;
}

/**umb_name:Font Color*/
.light-txt-color {
	color:#f58335;
}

/**umb_name:Font-Family + Size*/
.light-txt-bottom {
	font-family: 'Source Sans Pro',sans-serif;
	font-size: 24px;
}

/**umb_name:UpperCase + Size*/
.light-txt-top-uppercase {
	text-transform: uppercase;
	font-size: 16px;
}

/**umb_name:Inner Container*/
.promoBox-container {
	background: #9b110a;
	line-height: 100%;
}

/**umb_name:Text Color*/
span {
	color: #f58335;
}
