@charset "utf-8";
/* CSS Document */

:root {
    --blue: #009ee2;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #333a44;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --logo-height-xs: 263px;
    --logo-height-sm: 350px;
    --logo-height-md: 452px;
    --logo-height-lg: 547px;
    --logo-height-xl: 639px;
}

.blue {
    color: var(--blue);
}

a,
a:hover {text-decoration: none !important;}

h1 {
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
}

h2 {
    font-weight: 600;
    margin-bottom: 1rem;
}

#titel {
    background-image: url("../img/bravia-swan-680-titel.jpg");
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;

    width:100%;
    background-color: var(--gray);
}

/* .responsive {
    position: absolute;
    top: -50%;
    left: -50%;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -5 0%);
    -ms-transform: translate(-50%, -5 0%);
    -webkit-transform: translate(-50%, -5 0%);
    z-index: -10;
    -moz-transform: translate(-50%, -5 0%);
    -o-transform: translate(-50%, -5 0%);
} */


.headline {
    position: relative;
    display: flex;
    flex-flow: column;
    /* justify-content: center;
    align-items: center; */
    margin: auto;
    width: 100%;
    overflow: hidden;
    z-index: 0;
    padding: 0;
    height: 639px; 
}

.bgimage {
    background-image: url(../img/bravia-swan-680-titel-1400x639.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}



@media (max-width: 768px) {
    .headline {
        height: 350px;
    }
    .bgimage {
        background-image: url(../img/bravia-swan-680-titel-767x350.jpg);
        background-repeat: no-repeat;
        background-size: auto;
    }}

@media (max-width: 992px) {
    .headline {
        height: 453px;
    }
    .bgimage {
        background-image: url(../img/bravia-swan-680-titel-992x453.jpg);
        background-repeat: no-repeat;
        background-size: auto;
    }}

@media (max-width: 1200px) {
    .headline {
        height: 548px;
    }
    .bgimage {
        background-image: url(../img/bravia-swan-680-titel-1200x548.jpg);
        background-repeat: no-repeat;
        background-size: auto;
    }
}

.logo {    
    z-index: 2;
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.logoimg {
    width: 8rem;
    margin: 2rem;
}

   
.headline h1 {
    font-weight: 700;
    text-align: center;
    font-family: var(--font-family-sans-serif);
    text-transform: uppercase;
    background: linear-gradient(90deg, #009ee2, #fff, #009ee2);
    letter-spacing: 5px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-repeat: no-repeat;
    background-size: 80%;
    animation: titel 5s linear infinite;
    position: relative;
    -webkit-animation: titel 5s linear infinite;
}
  
@keyframes titel {
    0% {
      background-position-x: -500%;
    }
    100% {
      background-position-x: 500%;
    }
}

.stoerer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end; 
}

@media (max-width: 991.98px) {
    .stoerer {
        display: none;
    }
} 

.btn-st {
    flex: 0 1 auto;
    background-color: #dc3545;
    color: white;
    font-weight: 700;
    font-size: 1.6rem;
    text-align: right;
    padding: .8rem 2rem;
    margin-bottom: .4rem;
    border-top-left-radius: .8rem;
    border-bottom-left-radius: .8rem;
}

.bg-gray {
    background-color: var(--gray);
    color:white;
    position: relative;
    height: auto;
}

.call {
    background-color: var(--gray);
    color:white;
    position: relative;
    height: auto;
    padding: 1rem 0;
    margin-top: -1rem;
}

.bg-orange {
    background-color: orange;
    color:black;
    position: relative;
    height: auto;
}

.bg-orange h3 {
    line-height: 4rem;
}

.text-middle {
    padding: 0 3rem;
}

@media (max-width: 991.98px) {
    .text-middle {
        padding: 1.5rem 1rem;
    }
} 


ul.liste {
    list-style-type: none;
    font-size: 1.6rem;
    line-height: 1.7;
    font-weight: 300;
}

@media (max-width: 991.98px) {
    ul.liste {
        margin-left: -1rem;
    }
} 

@media (max-width: 1199.98px) {
    ul.liste {
        margin-left: -1rem;
        line-height: 1.4;
        font-size: 1.4rem;
    }
} 

.liste li::before {
    content:"\2713";
    padding-right: .5rem;
    color: var(--blue);
}

.pill {
    display: flex; 
    justify-content: space-between;
    align-items: flex-start;
    border-top: 1px solid white;
    border-bottom: 1px solid white; 
    font-size: 1.2rem;   
}

.pillitem {
    background-color: var(--gray);
    width: 25%;
    border: 0;
    padding: 1.5rem 0;
    color: white;
}

@media (max-width: 991.98px) {
    .pill {
        flex-direction: column; 
    }
    .pillitem {
        width: 100%;
    }
} 

.pilltwo {
    display: flex; 
    justify-content:space-evenly;
    align-items: flex-start;
    border-top: 1px solid white; 
    font-size: 1.2rem;      
}

.ptitem {
    background-color: var(--gray);
    width: 50%;
    border: 0;
    padding: 1.5rem 0;
    color: white;
}

@media (max-width: 991.98px) {
    .pilltwo {
        flex-direction: column; 
    }
    .ptitem {
        width: 100%;
    }
} 

.pill button:hover,
.pilltwo button:hover {
    background-color: var(--blue);
}

.city {
    border-left: 2px solid var(--gray);
    border-right: 2px solid var(--gray);
    border-bottom: 2px solid var(--gray);
}


.btn-gray {
    color:var(--gray);
    border: 2px solid var(--gray);
    padding:1rem;
    margin: 0.5rem;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 600;
}

@media (max-width: 991.98px) { .pt-btn {margin-top: 2rem; margin-bottom: 2rem;} }
@media (min-width: 992px) { .pt-btn {margin-top: 2.5rem;} }
@media (min-width: 1200px) { .pt-btn {margin-top: 1.6rem;} }

.btn-gray:hover {
    color:var(--blue);
    border: 2px solid var(--gray);
    padding:1rem;
    margin: 0.5rem;
    text-decoration: none;
}

.bgray {
    background-color: var(--gray);
    color: white;
}

.tgray {
    color: var(--gray);
}

.table {
	display: table;
	border-collapse:collapse;
	width: 100%;
}

.table-row {
	display: table-row;
}

.table-cell {
	display: table-cell;
	padding: 0;
  color: white;
}

.thead {
	font-weight: bold;
}


tbody tr:nth-child(even) {
    background-color: lightgrey;
}
@media only screen and (max-width: 991.98px) {
	.table {border:none;}
	
	.table-row,
	.table-cell {
		display: block;
    color: white;
	}
	
	.table-row { margin-bottom: .9rem; }	
}

.footer {
    border-top: 2px solid white;
    padding: 2rem 0;
}

/* animateded */ 

.desktop .animate-down {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, -100px);
    -moz-transform: translate(0, -100px);
    transform: translate(0, -100px)
}
.desktop .animate-down.animated {
    opacity: 1;
    visibility: visible;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 600ms ease-out 500ms;
    -moz-transition: all 600ms ease-out 500ms;
    transition: all 600ms ease-out 500ms
}
.desktop .animate-up {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 400px);
    -moz-transform: translate(0, 400px);
    transform: translate(0, 400px);
    -ms-transform: translate(0, 400px);
    -o-transform: translate(0, 400px);
}
.desktop .animate-up.animated {
    opacity: 1;
    visibility: visible;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: transform 400ms ease-out 500ms, opacity 400ms ease-out 500ms;
    -moz-transition: transform 400ms ease-out 500ms, opacity 400ms ease-out 500ms;
    transition: transform 400ms ease-out 500ms, opacity 400ms ease-out 500ms;
    -ms-transition: transform 400ms ease-out 500ms, opacity 400ms ease-out 500ms;
    -o-transition: transform 400ms ease-out 500ms, opacity 400ms ease-out 500ms;
}
.desktop .animate-right {
    opacity: 0;
    visibility: hidden;
    transform: translate(-800px, 0);
    -webkit-transform: translate(-800px, 0);
    -moz-transform: translate(-800px, 0);
    -ms-transform: translate(-800px, 0);
    -o-transform: translate(-800px, 0);
}
.desktop .animate-right.animated {
    opacity: 1;
    visibility: visible;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: transform 400ms ease-out 500ms, opacity 400ms ease-out 0.5s;
    -moz-transition: transform 400ms ease-out 500ms, opacity 400ms ease-out 0.5s;
    transition: transform 400ms ease-out 500ms, opacity 400ms ease-out 0.5s;
    -ms-transition: transform 400ms ease-out 500ms, opacity 400ms ease-out 0.5s;
    -o-transition: transform 400ms ease-out 500ms, opacity 400ms ease-out 0.5s;
}
.desktop .animate-left {
    opacity: 0;
    visibility: hidden;
    transform: translate(800px, 0);
    -webkit-transform: translate(800px, 0);
    -moz-transform: translate(800px, 0);
    -ms-transform: translate(800px, 0);
    -o-transform: translate(800px, 0);
}
.desktop .animate-left.animated {
    opacity: 1;
    visibility: visible;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: transform 400ms ease-out 500ms, opacity 400ms ease-out 0.5s;
    -moz-transition: transform 400ms ease-out 500ms, opacity 400ms ease-out 0.5s;
    transition: transform 400ms ease-out 500ms, opacity 400ms ease-out 0.5s;
    -ms-transition: transform 400ms ease-out 500ms, opacity 400ms ease-out 0.5s;
    -o-transition: transform 400ms ease-out 500ms, opacity 400ms ease-out 0.5s;
}



/* ENDE animateded */ 