/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
:root {
    --custom-bg-01-prim: #555555;
    --custom-bg-01-sec: #556b2f;
    --custom-color-01: #AB7E6D;
    --custom-color-02: #CCCCCC;
    --custom-color-03: #1d2027;
}

@font-face {
	font-family: roboto;
	src: url('../fonts/Roboto-Regular.ttf');
	font-weight: 400;
}

@font-face {
	font-family: roboto;
	src: url('../fonts/Roboto-Light.ttf');
	font-weight: 300;
}

html {scroll-behavior: smooth;}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    background-color: #14191f;
}

::placeholder {
    color: var(--custom-color-02) !important;
    opacity: 0.3 !important;
}

.cformneed {
    color: var(--custom-color-02); 
    opacity: 0.3;
}

.cinputrequiredactive {
    border-color: #e46774;
    color: #f0a8af;
}

.container-fluid {
    width: 1600px !important;
    max-width: 100%;
    margin: 0 auto 0 auto;
}

.customlinkmitte {
    color: var(--custom-color-02);
    text-decoration: none;
}

.customlinkmitte:link {
    color: var(--custom-color-02);
    text-decoration: none;
}

.customlinkmitte:hover {
    color: var(--custom-color-01);
    text-decoration: none;
}

.customlinkmitte:visited {
    color: var(--custom-color-02);
    text-decoration: none;
}

.videobg {
  height: 100vh;
}

.bg-custom {
    background: rgb(62,62,62);
    background: linear-gradient(90deg, rgba(62,62,62,1) 0%, rgba(149,149,149,1) 36%, rgba(158,173,106,1) 100%);
}

.blur-effect {
    filter: blur(8px);
    -webkit-filter: blur(8px);
}

.navbar {
    background-color: rgba(0, 0, 0, 0.5);
    transition: 0.4s;
    padding-top: 12px;
    padding-bottom: 12px;
}

.navbar.active {
    background-color: rgba(0, 0, 0, 0.8);
    transition: 0.4s;
}

.navbar .nav-link {
    color: var(--custom-color-02);
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: #fff;
    text-decoration: none;
}

.navbar .navbar-brand {
    color: var(--custom-color-02);
    font-size: 1.5rem;
}

.navbar-brand {
    font-family: trajan-pro-3, serif;
}

.navbar-toggler:focus {
    outline-style: none;
}

.navbarleftpadding {
    font-size: 1.3rem;
    padding-left: 30px !important;
    text-shadow: 1px 1px 1px #000000;
}

.navlinkactive{
    color: var(--custom-color-01) !important;
    font-weight: 400;
    text-shadow: 1px 1px 1px #000000;
}

.navlinkactive:hover{
    color: var(--custom-color-01) !important;
}

.jumbo-offset {
    margin-top: 0px;
}

.text-small {
    font-size: 0.9rem !important;
}


.spielwiese-bg {
    background-image: url("../pics/banner_1920x400_02.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.jumbotron-fullscreen-desktop {
    color: white;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    min-height: 700px;
  }

  .jumbotron-fullscreen-desktop-RA {
    color: white;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
  }

  .jumbotron-fullscreen-desktop-right {
    color: white;
    background-image: url('../pics/infoportal_1920x1080.webp');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    min-height: 700px;
  }

.jumbotron-small {
    color: white;
    background-image: url("../pics/banner_1920x783_01.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 15vh;
}

.herotext {
    position: absolute;
    top: 400px;
    right: 0;
    width: 1600px !important;
    max-width: 40%;
    padding: 0px 39px 0px 0px;
    margin: 0 auto 0 auto;
    color: var(--custom-color-02);
    text-shadow: 2px 2px 2px #000000;
    font-size: large;
}

.herotext-right {
    position: absolute;
    top: 30%;
    right: 0;
    width: 500px !important;
    max-width: 100%;
    padding: 100px 0px 100px 0px;
    margin: 0 auto 0 auto;
    background-color: rgba(0, 0, 0, 0.8);
    color: var(--custom-color-02);
    text-shadow: 2px 2px 2px #000000;
    font-size: large;
    animation-name: example;
    animation-duration: 1s;
    animation-iteration-count: 1;
}

@keyframes example {
    0%   {right: -500px;}
    100% {right: 0;}
  }

.heroheadline {
    color: var(--custom-color-01);
    font-family: trajan-pro-3, serif;
    padding-bottom: 20px;
}

.rapadding {
    padding-top: 300px;
}

.imppadding {
    padding-top: 100px;
}

.imppadding a, a:visited {
    color: var(--custom-color-02);
    font-weight: bold;
    text-decoration: none;
}

.imppadding a:hover {
    color: var(--custom-color-01);
}

.myButton {
	background-color: transparent;
	border-radius: 28px;
	border: 1px solid var(--custom-color-02);
	display: inline-block;
	cursor: pointer;
	color: var(--custom-color-02);
	font-size: large;
	padding: 16px 31px;
    text-decoration: none;
    outline-style: none;
}
.myButton:hover {
    background-color: var(--custom-color-01);
    border: 1px solid var(--custom-color-01);
    color: var(--custom-color-02);
    text-decoration: none;
    text-shadow: none;
}
.myButton:active {
	position: relative;
    top:1px;
    outline-style: none;
}

.myButton:focus {
    outline-style: none;
}

.myButtonRA {
	background-color: transparent;
	border-radius: 28px;
	border: 1px solid var(--custom-color-02);
	display: inline-block;
	cursor: pointer;
	color: var(--custom-color-02);
	font-size: large;
    padding: 16px 31px;
    margin: 10px 0;
    text-decoration: none;
    outline-style: none;
}

.myButtonRA:hover {
    background-color: var(--custom-color-01);
    border: 1px solid var(--custom-color-01);
    color: var(--custom-color-02);
    text-decoration: none;
    text-shadow: none;
}

.myButtonRA:active {
    outline-style: none;
}

.myButtonRA:focus {
    outline-style: none;
}

.myButtonRAactive {
	background-color: var(--custom-color-01);
	border-radius: 28px;
	border: 1px solid var(--custom-color-01);
	display: inline-block;
	cursor: pointer;
	color: var(--custom-color-02);
	font-size: large;
    padding: 16px 31px;
    margin: 10px 0;
    text-decoration: none;
    outline-style: none;
}

.myButtonRAactive:hover {
    background-color: var(--custom-color-01);
    border: 1px solid var(--custom-color-01);
    color: var(--custom-color-02);
    text-decoration: none;
    text-shadow: none;
}

.myButtonRAactive:active {
    outline-style: none;
}

.myButtonRAactive:focus {
    outline-style: none;
}

.leftRA {
    padding-right: 100px;
}

.textRA {
    margin: 16px 0 16px 31px;
    font-size: large;
}

.borderRA {
    border-left: 1px solid var(--custom-color-02);
    padding-left: 100px;
}

.borderRA p, li {
    font-size: large;
}

.borderRA a {
    color: var(--custom-color-02);
    text-decoration: none;
    font-weight: bold;
}

.borderRA a:visited {
    color: var(--custom-color-02);
}

.borderRA a:hover {
    color: var(--custom-color-01);
}

.leftKontakt {
    padding-right: 100px;
    padding-left: 31px;
}

.maptext {
    font-size: large;
}

.rightKontakt {
    border-left: 1px solid var(--custom-color-02);
    padding-left: 100px;
    padding-right: 39px;
}

.customform {
    background-color: rgba(0, 0, 0, 0);
    color: var(--custom-color-02);
    border-radius: 28px;
    font-size: large;
    margin-bottom: 20px;
}

.customform:focus {
    background-color: rgba(0, 0, 0, 0);
    color: var(--custom-color-02);
    outline-style: none !important;
}

.dslink {
    color: var(--custom-color-02) !important;
}

.dslink:hover {
    color: var(--custom-color-01) !important;
    text-decoration: none;
}

.dslink:visited {
    color: var(--custom-color-02) !important;
    text-decoration: none;
}

.customfooter {
    background-color: var(--custom-color-03);
    color: var(--custom-color-02);
    padding: 50px 16px 15px 16px;
}

.customfooter p {
    margin: 0;
    font-size: large;
}

.customfooter span {
    color: var(--custom-color-01);
}

.customfooter a:link {
    text-decoration: none;
    color: var(--custom-color-02);
}

.customfooter a:visited {
    text-decoration: none;
    color: var(--custom-color-02);
}

.customfooter a:hover {
    text-decoration: none;
    color: var(--custom-color-01);
}

.footerfirstmargin {
    margin-left: 15px;
}

.uvisioncopyright {
    transition: 0.1s;
}

.uvisioncopyright:hover {
    font-weight: bolder !important;
    font-size: medium;
}

/* Cookie */
.uvision_cookie{
    background-color: rgb(85, 85, 85, 0.95);
    min-height: 10%; 
    position: fixed; 
    bottom: 0; 
    z-index: 101; 
    width: 100%; 
    color: #000;
}

.heroheadpic {
    padding-bottom: 28px;
    padding-right: 200px;
}

.kontaktmapspic {
    height: 400px; 
    width: 100%; 
    border-radius: 28px; 
    margin-top: 78px; 
    object-fit: cover; 
    cursor: pointer;
}


@media (max-width:767px){
}

/* Change navbar styling on small viewports */
@media (max-width: 991.98px) {
    .container-fluid {
        width: 100% !important;
        margin: 0 auto 0 auto;
    }

    .navbar {
        background-color: rgba(0, 0, 0, 0.7);
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .navbar.active {
        background-color: rgba(0, 0, 0, 0.8);
    }

    .navbar .navbar-brand, .navbar .nav-link {
        color: #fff;
    }

    .videobg {
        height: 30vh;
    }

    .jumbo-offset {
        margin-top: 40px;
    }

    .carousel-item {
        height: auto;
    }

    .jumbotron-fullscreen-desktop {
        background-position: left center;
        height: 35vh;
        min-height: 0px;
    }

    .jumbotron-fullscreen-desktop-RA {
        background-position: left center;
        height: auto;
        min-height: 0px;
    }

    .jumbotron-fullscreen-desktop-right {
        background-image: url('../pics/infoportal_1920x1080_mobile.webp');
        background-position: left center;
        height: 35vh;
        min-height: 0px;
    }

    .jumbotron-small {
        height: 15vh;
    }

    .kontaktmapspic {
        height: 400px; 
        width: 100%; 
        border-radius: 0; 
        margin-top: 78px; 
        object-fit: cover; 
        cursor: pointer;
    }

    .navbar-brand {
        width: 80%;
    }

    .herotext {
        position: relative;
        top: 0px;
        max-width: 100%;
        padding: 50px 16px 50px 16px;
        background-image: url("../pics/1000x1000px_auschnitt.webp");
        background-repeat: no-repeat;
        background-size: cover;
    }

    .herotext-right {
        position: relative;
        top: 0px;
        max-width: 100%;
        padding: 50px 16px 50px 16px;
        background-image: url("../pics/1000x1000px_auschnitt.webp");
        background-repeat: no-repeat;
        background-size: cover;
        animation: none;
    }

    .heroheadline {
        padding: 0 0 25px 0;
    }

    .heroheadpic {
        padding-bottom: 28px;
        padding-right: 0;
    }

    .rapadding {
        padding-top: 100px;
    }

    .myButtonRA {
        font-size: medium;
        padding: 10px;
    }

    .myButtonRAactive {
        font-size: medium;
        padding: 10px;
    }

    .leftRA {
        padding-right: 15px;
    }

    .leftKontakt {
        padding: 0;
    }

    .customform {
        font: 1rem !important;
    }

    .textRA {
        margin: 12px 0 12px 10px;
    }

    .borderRA {
        border: none;
        padding-left: 15px;
        margin-top: 62px;
    }

    .maptext {
        margin: auto 16px auto 15px;
    }

    .rightKontakt {
        border: none;
        padding-left: 15px;
        padding-right: 16px;
        margin-top: 0px;
    }

    .footerfirstmargin {
        margin-left: 0px;
    }
}
