a {
    color: #003465;
    text-decoration: none;
}

a:hover {
    color: #7f7f7f;
}

a:visited {
    color: #003465;
}

a:active {
    color: white;
}


a.alt:hover {
    color: #003465;
}

a.alt:visited {
    color: #003465;
}

a.alt:active {
    color: #003465;
}

a.alt:link {
    color: #003465;
    text-decoration: none
}


a.tombstone {
    color: #779ABB;
}

a.tombstone:hover {
    color: #D6E1EA;
}

a.tombstone:visited {
    color: #5C7184;
}

a.tombstone_main_page {
    color: #779ABB;
}


a.tombstone_main_page:hover {
    color: #D6E1EA;
}

ul {
    list-style-position: outside;
    list-style-type: square;
    margin-left: -5px;
}

ul.tombstone {
    list-style-position: outside;
    list-style-type: square;
    margin-left: -7px;
}


.br-link { 
    display: block; 
    margin-bottom: 3px; 
} 


.space-small{
    font-size: 1pt;
}

.space-medium{
    font-size: 6pt;
}


#main {
    /* padding: 0px; */
}

body {
    margin: 0px;
    background-color: #003465;
}


#placeholder {
    box-sizing: border-box;
    vertical-align: bottom;
    position: relative;
    display: inline-block;
    width: 100%;
    background-color: #FFFFFF;
}


/* header style */

.header{
    top: 0px;
    position: sticky;
    z-index: 10;
}

.header_container{
    width: 100%;
    background: white;
    display: flex;
    height: 60px;
    box-shadow: 0px 0px 5px rgba(127, 127, 127, 0.25);
}

#svg_hamburger{
    height: 37.5px;
    margin-left: 42px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    visibility: visible;
}

#svg_logo{
    height: 45px;
    position: absolute;
    right: -53px;
    top: 50%;
    transform: translate(-50%, -50%);
}

#img_hamburger {
    transform: scale(0.75);
    visibility: visible;
}


/* img style */

#img_situation {
    vertical-align: bottom;
    position: relative;
    display: inline-block;
    width: 100%;
    background: none;
}

#img_gallery {
    vertical-align: bottom;
    position: relative;
    display: inline-block;
    width: 50%;
    min-width: 150px;
    background:none;
}

#img_BDU_logo {
    vertical-align: top;
    position: relative;
    display: inline-block;
    width: 75px;
    padding-right: 10px;
    padding-top: 5px;
    float: left;
}


/* tombstone styles */

.tombstone_main_background {
    visibility: visible;
    position: absolute;
    width: auto;
    bottom: 20px;
    background-color: #003465;
    right: 0%;    
}

.tombstone_main_frame {
    visibility: visible;
    position: relative;
    display: inline-block;
    text-align: right;
    width: auto;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-right: 30px;
    margin-left: 10px;
}

.tombstone_main_font {
    font-size: 11.5pt;
}


.tombstone-gallery {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.tombstone-placer {
    margin: 2px; 
    height: 420px;
    width: 320px;
    overflow: hidden;
    position: relative;
}

.tombstone-frame {
    width: 300px;
    height: 400px;
    margin: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;      
    background-color: #003465;
}

.tombstone-image {
    width: 294px;
    height: 394px;
    margin: 3px;
    opacity: 1.0;
    position: relative;
    background-color: white;
}

.tombstone-overlay {
    height: 420px;
    width: 320px;
    background-color: rgba(0, 52, 101, 0.0);
    position: absolute;
    top: 0px;
    transition: background-color 0.5s ease;
}

.tombstone-caption {
    position: absolute;
    bottom: -160px;
    left: 15px;
    right: 15px;
    margin-bottom: 15px;
    opacity: 0.0;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.tombstone-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tombstone-placer:hover .tombstone-frame {
    background-color: rgba(0, 52, 101, 0.0);
}

.tombstone-placer:hover img { 
    transform: scale(1.0);
    opacity: 0.0;
    transition: opacity 0.75s ease;
}

.tombstone-placer:hover .tombstone-caption {
    transform: translateY(-160px);
    opacity: 1.0;
}

.tombstone-placer:hover .tombstone-overlay {
    background-color: rgba(0, 52, 101, 1);
}

.tombstone-opacity {
    opacity: 1;
}


/* font styles */

.textstyle_page {
    text-align: left;
    color: #262626;
    font-family: Corbel, Cantarell, sans-serif;
    font-size: 11.5pt;
    font-kerning: normal;
    letter-spacing: 0.05em;
    }

.textstyle_center {
    text-align: center;
}

.textstyle_headline {
    font-size: 13pt;
    font-weight: bold;
}

.textstyle_bold {
    font-weight: bold;
}

.textstyle_subline {
    font-size: 12.5pt;
    font-weight: bold;
    line-height: 3;
    color: #003465;
    text-align: center;
}

.textstyle_normal {
    line-height: 1.25;
}

.textstyle_autograph {
    font-size: 9pt;
    color: #262626;
}

.textstyle_italic {
    font-style: italic;
    color: #262626;
}

.textstyle-tombstone {
    color: #E6E6E6;
    font-size: 14px;
}

.textstyle-tombstone-bullets {
    color: #C4C4C4;
    font-size: 12.5px;
}

/* container styles */

#container_subline {
    vertical-align: middle;
    position: relative;
    display: inline-block;
    width: auto;
    height: 55px;
    background-color: white;
    display: block;
    box-shadow: 0px 0px 5px rgba(127, 127, 127, 0.25);
}

#container_title_main {
    vertical-align: top;
    position: relative;
    display: inline-block;
    width: auto;
    background-color: #FFFFFF;
    margin: 10px;
    margin-bottom: 10px;
    margin-top: 15px;
    display: block;
}

#container_title_main_sub {
    vertical-align: top;
    position: relative;
    display: inline-block;
    width: auto;
    background-color: #FFFFFF;
    margin: 10px;
    margin-bottom: 10px;
    margin-top: 15px;
    display: block;
}

#container_list {
    vertical-align: top;
    position: relative;
    display: inline-block;
    width: auto;
    background-color: #FFFFFF;
    margin: 20px 25px 10px 10px;
    display: block;
}

#container_site {
    vertical-align: top;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    min-height: 10px;
    max-width: 1024px;
    background-color: #FFFFFF;
}

#container_statement_padding {
    width: 95%;    
    margin-left: 2.5%;
    margin-right: 2.5%;
    text-align: left;
}

#container_signature_padding {
    margin: 5px 0px 0px 20px;
    text-align: right;
}

#container_description {
    vertical-align: top;
    position: relative;
    display: inline-block;
    width: 80%;
}

#container_description_padding {
    margin: 10px 10px 0px 10px;
    display: block;
}

#container_gallery {
    padding-left: 0px;
    margin: 0px;
    width: auto;
    display: inline-block;
    border: 1px solid #003465;
}

#container_gallery_padding {
    padding-left: 0px;
    width: 150px;
    height: 200px;
}


/* sideNavigation */

.sidenav {
    height: 100%;
    position: fixed;
    width: 0;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: #003465;
    opacity: 100%;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 75px;
}

.sidenav a {
    padding: 20px 15px 4px 20px;
    font-family: Corbel, Cantarell, sans-serif;
    font-size: 12.5pt;
    font-weight: bold;
    text-align: left;
    color: white;
    display: block;
    transition: 0.5s;
}

.sidenav a:hover {
  color: #7f7f7f;
}

.sidenav .closebtn {
    position: absolute;
    font-weight: normal;
    top: -23px;
    right: 0px;
    font-size: 60px;
    margin-left: 0px;
    visibility: hidden;
}

/* anchor scroll */

.anchor {
    display: block;
    height: 25px;
    margin-top: -25px;
    visibility: hidden;
}

.anchorSituation {
    display: block;
    height: 35px;
    margin-top: -35px;
    visibility: hidden;
}

/* image cycle */

.imageWrapContainer {
    position: relative;
    width: auto;
    height: 674px;
    overflow: hidden;
}

#imageWrapAnimationImage {
    background-image: url(images/sailing_title.jpg);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 674px;
}

.imageWrapAnimation {
    visibility: visible;
    animation: move 60s infinite;
    
    /* Add infinite to loop. */
    
    -ms-animation: move 60s infinite;
    -webkit-animation: move 60s infinite;
    -o-animation: move 60s infinite;
    -moz-animation: move 60s infinite;
    position: relative;
}

@-webkit-keyframes move {
0% {
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
    
    transform: scale(1.0) rotate(0deg);
    -ms-transform: scale(1.0) rotate(0deg);
    /* IE 9 */
    -webkit-transform: scale(1.0) rotate(0deg);
    /* Safari and Chrome */
    -o-transform: scale(1.0) rotate(0deg);
    /* Opera */
    -moz-transform: scale(1.0) rotate(0deg);
    /* Firefox */
}
    
50% {
    transform: scale(1.25) rotate(0.1deg);
    -ms-transform: scale(1.25) rotate(0.1deg);
    /* IE 9 */
    -webkit-transform: scale(1.25) rotate(0.1deg);
    /* Safari and Chrome */
    -o-transform: scale(1.25) rotate(0.1deg);
    /* Opera */
    -moz-transform: scale(1.25) rotate(0.1deg);
    /* Firefox */
}
    
100% {
    transform: scale(1.0) rotate(0deg);
    -ms-transform: scale(1.0) rotate(0deg);
    /* IE 9 */
    -webkit-transform: scale(1.0) rotate(0deg);
    /* Safari and Chrome */
    -o-transform: scale(1.0) rotate(0deg);
    /* Opera */
    -moz-transform: scale(1.0) rotate(0deg);
    /* Firefox */
  }
}

/* referenz cycle */

.carousel {
    max-width: 1024px;
}

.carousel-caption {    
    top: 0px;
    width: 96%;
    left: 2%;
    height: inherit;
}

.carousel-caption-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


#referenzCarousel .carousel-item {
    height: 235px;
}

#referenzCarousel .carousel-control-next {
    width: 50%;
    opacity: 0%;
}

#referenzCarousel .carousel-control-next-icon {
    width: 100%;
    height: 100%;
    opacity: 100%;  
}

#referenzCarousel .carousel-control-prev {
    width: 50%;   
    opacity: 0%;
}

#referenzCarousel .carousel-control-prev-icon {
    width: 100%;
    height: 100%;
    opacity: 100%;  
}

#referenzCarousel_indicators.carousel-indicators{
    align-content: center;
    margin: auto;
    height: 20px;


    /* background-color: brown; */
}

#referenzCarousel_indicators > li {
    width: 10px;
    height: 10px;
    opacity: 50%;
    background-color: #7E7E7E;
}

#referenzCarousel_indicators > li.active {
    width: 10px;
    height: 10px;
    opacity: 100%;
    background-color: #003465;
}

/* transaktion cycle */

#transaktionCarousel .carousel-item {

    height: 236px; /* height: 260px; */
}

#transaktionCarousel .carousel-control-next {
    width: 15%;
    opacity: 0%;
}

#transaktionCarousel .carousel-control-next-icon {
    width: 100%;
    height: 100%;
    opacity: 100%;
}

#transaktionCarousel .carousel-control-prev {
    width: 15%;
    opacity: 0%;
}

#transaktionCarousel .carousel-control-prev-icon {
    width: 100%;
    height: 100%;
    opacity: 100%;  
}

#transaktionCarousel_indicators.carousel-indicators{
    align-content: center;
    margin: auto;
    height: 20px;
    margin-bottom: 0px;
    opacity: 100%;
}

#transaktionCarousel_indicators > li {
    width: 10px;
    height: 10px;
    opacity: 50%;
    background-color: #7E7E7E;
}

#transaktionCarousel_indicators > li.active {
    width: 10px;
    height: 10px;
    opacity: 100%;
    background-color: #003465;
}


/* responsive */

@media only screen and (max-width: 920px) {
    #referenzCarousel .carousel-item {height: 285px;}
    #transaktionCarousel .carousel-item {height: 260px;}
    #container_description {width: 82%}
    .tombstone_main_frame {margin-right: 18px;}
    .tombstone_main_font {font-size: 11pt;}
    .tombstone-placer {height: 380px; width: 280px;}
    .tombstone-frame {height: 360px; width: 260px;}
    .tombstone-image {height: 354px; width: 254px;}
    .tombstone-overlay {height: 380px; width: 280px;}
    .textstyle-tombstone {font-size: 10pt;}
    .textstyle-tombstone-bullets {font-size: 9.5pt;}
}

@media only screen and (max-width: 926px) {
    .textstyle_page {font-size: 11pt;}
    .textstyle_headline {font-size: 12.5pt;}
    .textstyle_subline {font-size: 12pt;}
    .textstyle_autograph {font-size: 8.5pt;}
    .sidenav a {font-size: 12pt; padding: 17px 15px 4px 20px;}
    #referenzCarousel .carousel-item {height: 225px;}
    #container_statement_padding { width: 95%; margin-left: 2.5%; margin-right: 2.5%;}
    #transaktionCarousel .carousel-item {height: 236px;}
    #container_description {width: 76%}
}

@media only screen and (max-width: 915px) {
    .textstyle_page {font-size: 11pt;}
    .textstyle_headline {font-size: 12.5pt;}
    .textstyle_subline {font-size: 12pt;}
    .textstyle_autograph {font-size: 8.5pt;}
    .sidenav a {font-size: 12pt; padding: 17px 15px 4px 20px;}
    #referenzCarousel .carousel-item {height: 225px;}
   #container_statement_padding { width: 95%; margin-left: 2.5%; margin-right: 2.5%;}
    #transaktionCarousel .carousel-item {height: 236px;}
    #container_description {width: 76%}
    .tombstone_main_frame {margin-right: 18px;}
    .tombstone_main_font {font-size: 10pt;}
}

@media only screen and (max-width: 896px) {
    .textstyle_page {font-size: 11pt;}
    .textstyle_headline {font-size: 12.5pt;}
    .textstyle_subline {font-size: 12pt;}
    .textstyle_autograph {font-size: 8.5pt;}
    .sidenav a {font-size: 12pt; padding: 17px 15px 4px 20px;}
    #referenzCarousel .carousel-item {height: 245px;}
   #container_statement_padding { width: 95%; margin-left: 2.5%; margin-right: 2.5%;}
    #transaktionCarousel .carousel-item {height: 236px;}
    #container_description {width: 76%}
    .tombstone_main_frame {margin-right: 18px;}
    .tombstone_main_font {font-size: 10pt;}
}

@media only screen and (max-width: 883px) {
    .textstyle_page {font-size: 11pt;}
    .textstyle_headline {font-size: 12.5pt;}
    .textstyle_subline {font-size: 12pt;}
    .textstyle_autograph {font-size: 8.5pt;}
    .sidenav a {font-size: 12pt; padding: 17px 15px 4px 20px;}
    #referenzCarousel .carousel-item {height: 245px;}
   #container_statement_padding { width: 95%; margin-left: 2.5%; margin-right: 2.5%;}
    #transaktionCarousel .carousel-item {height: 236px;}
    #container_description {width: 76%}
    .tombstone_main_frame {margin-right: 18px;}
    .tombstone_main_font {font-size: 10pt;}
}

@media only screen and (max-width: 860px) {
    .textstyle_page {font-size: 11pt;}
    .textstyle_headline {font-size: 12.5pt;}
    .textstyle_subline {font-size: 12pt;}
    .textstyle_autograph {font-size: 8.5pt;}
    .sidenav a {font-size: 12pt; padding: 17px 15px 4px 20px;}
    #referenzCarousel .carousel-item {height: 245px;}
   #container_statement_padding { width: 95%; margin-left: 2.5%; margin-right: 2.5%;}
    #transaktionCarousel .carousel-item {height: 236px;}
    #container_description {width: 76%}
    .tombstone_main_frame {margin-right: 18px;}
    .tombstone_main_font {font-size: 10pt;}
    .tombstone-placer {height: 420px; width: 320px;}
    .tombstone-frame {height: 400px; width: 300px;}
    .tombstone-image {height: 394px; width: 294px;}
    .tombstone-overlay {height: 420px; width: 320px;}
    .textstyle-tombstone {font-size: 10.75pt;}
    .textstyle-tombstone-bullets {font-size: 10pt;}
}

@media only screen and (max-width: 854px) {
    .textstyle_page {font-size: 11pt;}
    .textstyle_headline {font-size: 12.5pt;}
    .textstyle_subline {font-size: 12pt;}
    .textstyle_autograph {font-size: 8.5pt;}
    .sidenav a {font-size: 12pt; padding: 17px 15px 4px 20px;}
    #referenzCarousel .carousel-item {height: 245px;}
   #container_statement_padding { width: 95%; margin-left: 2.5%; margin-right: 2.5%;}
    #transaktionCarousel .carousel-item {height: 236px;}
    #container_description {width: 76%}
       .tombstone_main_frame {margin-right: 18px;}
    .tombstone_main_font {font-size: 10pt;}
}
@media only screen and (max-width: 844px) {
    .textstyle_page {font-size: 11pt;}
    .textstyle_headline {font-size: 12.5pt;}
    .textstyle_subline {font-size: 12pt;}
    .textstyle_autograph {font-size: 8.5pt;}
     .sidenav a {font-size: 12pt; padding: 17px 15px 4px 20px;}
    #referenzCarousel .carousel-item {height: 245px;}
   #container_statement_padding { width: 95%; margin-left: 2.5%; margin-right: 2.5%;}
    #transaktionCarousel .carousel-item {height: 236px;}
    #container_description {width: 76%}
    .tombstone_main_frame {margin-right: 18px;}
    .tombstone_main_font {font-size: 10pt;}
}
@media only screen and (max-width: 812px) {
    .textstyle_page {font-size: 10.5pt;}
    .textstyle_headline {font-size: 12pt;}
    .textstyle_subline {font-size: 11.5pt;}
    .textstyle_autograph {font-size: 8pt;}
    .sidenav a {font-size: 12pt; padding: 17px 15px 4px 20px;}
    #referenzCarousel .carousel-item {margin-left: 0px; height: 236px;}
      #container_statement_padding {width: auto; margin-left: 0%; margin-right: 0%;}
    #transaktionCarousel .carousel-item {margin-left: 0px; height: 236px;}
    #container_description {width: 77%}
    .tombstone_main_frame {margin-right: 18px;}
    .tombstone_main_font {font-size: 10pt;}
}
@media only screen and (max-width: 800px) {    .textstyle_page {font-size: 10.5pt;}
    .textstyle_headline {font-size: 12pt;}
    .textstyle_subline {font-size: 11.5pt;}
    .textstyle_autograph {font-size: 8pt;}
    .sidenav a {font-size: 12pt; padding: 17px 15px 4px 20px;}
    #referenzCarousel .carousel-item {margin-left: 0px; height: 236px;}
      #container_statement_padding {width: auto; margin-left: 0%; margin-right: 0%;}
    #transaktionCarousel .carousel-item {margin-left: 0px; height: 236px;}
    #container_description {width: 77%}
    .tombstone_main_frame {margin-right: 18px;}
    .tombstone_main_font {font-size: 10pt;}

}
@media only screen and (max-width: 760px) {
    .textstyle_page {font-size: 10.5pt;}
    .textstyle_headline {font-size: 12pt;}
    .textstyle_subline {font-size: 11.5pt;}
    .textstyle_autograph {font-size: 8pt;}
    .sidenav a {font-size: 12pt; padding: 17px 15px 4px 20px;}
    #referenzCarousel .carousel-item {margin-left: 0px; height: 236px;}
      #container_statement_padding {width: auto; margin-left: 0%; margin-right: 0%;}
    #transaktionCarousel .carousel-item {margin-left: 0px; height: 236px;}
    #container_description {width: 77%}
    .tombstone_main_frame {margin-right: 18px;}
    .tombstone_main_font {font-size: 10pt;}
}

@media only screen and (max-width: 720px) {
    .textstyle_page {font-size: 10.5pt;}
    .textstyle_headline {font-size: 12pt;}
    .textstyle_subline {font-size: 11.5pt;}
    .textstyle_autograph {font-size: 8pt;}
    .sidenav a {font-size: 12pt; padding: 17px 15px 4px 20px;}
    #referenzCarousel .carousel-item {margin-left: 0px; height: 258px;}
      #container_statement_padding {width: auto; margin-left: 0%; margin-right: 0%;}
    #transaktionCarousel .carousel-item {margin-left: 0px; height: 236px;}
    #container_description {width: 77%}
    .tombstone_main_frame {margin-right: 18px;}
    .tombstone_main_font {font-size: 10pt;}
    .tombstone-placer {height: 420px; width: 320px;}
    .tombstone-frame {height: 400px; width: 300px;}
    .tombstone-image {height: 394px; width: 294px;}
    .tombstone-overlay {height: 420px; width: 320px;}
    .textstyle-tombstone {font-size: 10.75pt;}
    .textstyle-tombstone-bullets {font-size: 10pt;}
   }


@media only screen and (max-width: 683px) {
    .textstyle_page {font-size: 10.5pt;}
    .textstyle_headline {font-size: 12.5pt;}
    .textstyle_subline {font-size: 11.5pt;}
    .textstyle_autograph {font-size: 7.5pt;}
    .textstyle_headtext {font-size: 14pt;}
    .textstyle_headtextNote {font-size: 8.5pt;}
    .sidenav a {font-size: 12.5pt; padding: 17px 15px 4px 20px;}
    #referenzCarousel .carousel-item {margin-left: 0px; height: 275px;}
    #transaktionCarousel .carousel-item {margin-left: 0px; height: 236px;}
    #container_description {width: 76%}
    .tombstone_main_frame {margin-right: 18px;}
    .tombstone_main_font {font-size: 10pt;}
    .tombstone-placer {height: 372px; width: 284px;}
    .tombstone-frame {height: 352px; width: 264px;}
    .tombstone-image {height: 346px; width: 254px;}
    .tombstone-overlay {height: 372px; width: 284px;}
    .textstyle-tombstone {font-size: 10pt;}
    .textstyle-tombstone-bullets {font-size: 9.5pt;}
}

@media only screen and (max-width: 667px) {
    .textstyle_page {font-size: 10.5pt;}
    .textstyle_headline {font-size: 12.5pt;}
    .textstyle_subline {font-size: 11.5pt;}
    .textstyle_autograph {font-size: 7.5pt;}
    .textstyle_headtext {font-size: 14pt;}
    .textstyle_headtextNote {font-size: 8.5pt;}
    .sidenav a {font-size: 12.5pt; padding: 17px 15px 4px 20px;}
    #referenzCarousel .carousel-item {margin-left: 0px; height: 275px;}
    #transaktionCarousel .carousel-item {margin-left: 0px; height: 236px;}
    #container_description {width: 74%}
    .tombstone_main_frame {margin-right: 18px;}
    .tombstone_main_font {font-size: 10pt;}
}

@media only screen and (max-width: 640px) {
    .textstyle_page {font-size: 10.5pt;}
    .textstyle_headline {font-size: 12.5pt;}
    .textstyle_subline {font-size: 11.5pt;}
    .textstyle_autograph {font-size: 7.5pt;}
    .textstyle_headtext {font-size: 14pt;}
    .textstyle_headtextNote {font-size: 8.5pt;}
    .sidenav a {font-size: 12.5pt; padding: 17px 15px 4px 20px;}
    #referenzCarousel .carousel-item {margin-left: 0px; height: 275px;}
    #transaktionCarousel .carousel-item {margin-left: 0px; height: 236px;}
    #container_description {width: 74%}
    .tombstone_main_frame {margin-right: 18px;}
    .tombstone_main_font {font-size: 10pt;}
    .tombstone-placer {height: 360px; width: 275px;}
    .tombstone-frame {height: 340px; width: 255px;}
    .tombstone-image {height: 334px; width: 249px;}
    .tombstone-overlay {height: 360px; width: 275px;}
    .textstyle-tombstone {font-size: 10pt;}
    .textstyle-tombstone-bullets {font-size: 9.5pt;}
}

@media only screen and (max-width: 428px) {
    .textstyle_page {font-size: 10pt;}
    .textstyle_headline {font-size: 12pt;}
    .textstyle_subline {font-size: 11pt;}
    .textstyle_autograph {font-size: 7pt;}
    .textstyle_italic {font-size: 9pt;}
    .sidenav a {font-size: 11pt; padding: 14px 15px 4px 20px;}
    #referenzCarousel .carousel-item {margin-left: 0px; height: 340px;}
    #container_statement_padding { width: 95%; margin-left: 2.5%; margin-right: 2.5%;}
    #transaktionCarousel .carousel-item {margin-left: 0px; height: 444px;}
    #container_description {width: auto}
    .tombstone_main_frame {width: auto; margin-right: 18px;}
    .tombstone_main_font {font-size: 9.5pt;}
    .tombstone-gallery {padding: 15px;}
    .tombstone-placer {height: 432px; width: 329px;}
    .tombstone-frame {height: 412px; width: 309px;}
    .tombstone-image {height: 406px; width: 303px;}
    .tombstone-overlay {height: 432px; width: 329px;}
}

@media only screen and (max-width: 414px) {
    .textstyle_page {font-size: 10pt;}
    .textstyle_headline {font-size: 12pt;}
    .textstyle_subline {font-size: 11pt;}
    .textstyle_autograph {font-size: 7pt;}
    .textstyle_italic {font-size: 9pt;}
    .sidenav a {font-size: 11pt; padding: 14px 15px 4px 20px;}
    #referenzCarousel .carousel-item {margin-left: 0px; height: 357px;}
    #container_statement_padding { width: 95%; margin-left: 2.5%; margin-right: 2.5%;}
    #transaktionCarousel .carousel-item {margin-left: 0px; height: 444px;}
    #container_description {width: auto}
    .tombstone_main_frame {width: auto; margin-right: 18px;}
    .tombstone_main_font {font-size: 9.5pt;}
    .tombstone-gallery {padding: 15px;}
    .tombstone-placer {height: 432px; width: 329px;}
    .tombstone-frame {height: 412px; width: 309px;}
    .tombstone-image {height: 406px; width: 303px;}
    .tombstone-overlay {height: 432px; width: 329px;}
}

@media only screen and (max-width: 412px) {
    .textstyle_page {font-size: 10pt;}
    .textstyle_headline {font-size: 12pt;}
    .textstyle_subline {font-size: 11pt;}
    .textstyle_autograph {font-size: 7pt;}
    .textstyle_italic {font-size: 9pt;}
    .sidenav a {font-size: 11pt; padding: 14px 15px 4px 20px;}
    #referenzCarousel .carousel-item {margin-left: 0px; height: 360px;}
        #container_statement_padding { width: 95%; margin-left: 2.5%; margin-right: 2.5%;}
    #transaktionCarousel .carousel-item {margin-left: 0px; height: 444px;}
    #container_description {width: auto}
    .tombstone_main_frame {width: auto; margin-right: 18px;}
    .tombstone_main_font {font-size: 9.5pt;}
    .tombstone-gallery {padding: 15px;}
    .tombstone-placer {height: 432px; width: 329px;}
    .tombstone-frame {height: 412px; width: 309px;}
    .tombstone-image {height: 406px; width: 303px;}
    .tombstone-overlay {height: 432px; width: 329px;}
}

@media only screen and (max-width: 393px) {
    .textstyle_page {font-size: 9.5pt;}
    .textstyle_headline {font-size: 11.5pt;}
    .textstyle_subline {font-size: 10.5pt;}
    .textstyle_autograph {font-size: 6.5pt;}
    .textstyle_italic {font-size: 8.5pt;}
    .sidenav a {font-size: 12pt; padding: 14px 15px 4px 20px;}
    #referenzCarousel .carousel-item {margin-left: 0px; height: 340px;}
        #container_statement_padding { width: 95%; margin-left: 2.5%; margin-right: 2.5%;}
    #transaktionCarousel .carousel-item {margin-left: 0px; height: 436px;}
    .tombstone_main_frame {width: auto; margin-right: 18px;}
    .tombstone_main_font {font-size: 9pt;}
    .tombstone-gallery {padding: 10px;}
        .tombstone-placer {height: 360px; width: 275px;}
    .tombstone-frame {height: 340px; width: 255px;}
    .tombstone-image {height: 334px; width: 249px;}
    .tombstone-overlay {height: 360px; width: 275px;}
    .textstyle-tombstone {font-size: 10pt;}
    .textstyle-tombstone-bullets {font-size: 9.5pt;}
}

@media only screen and (max-width: 390px) {
    .textstyle_page {font-size: 9.5pt;}
    .textstyle_headline {font-size: 11.5pt;}
    .textstyle_subline {font-size: 10.5pt;}
    .textstyle_autograph {font-size: 6.5pt;}
    .textstyle_italic {font-size: 8.5pt;}
    .sidenav a {font-size: 12pt; padding: 14px 15px 4px 20px;}
    #referenzCarousel .carousel-item {margin-left: 0px; height: 340px;}
        #container_statement_padding { width: 95%; margin-left: 2.5%; margin-right: 2.5%;}
    #transaktionCarousel .carousel-item {margin-left: 0px; height: 436px;}
    .tombstone_main_frame {width: auto; margin-right: 18px;}
    .tombstone_main_font {font-size: 9pt;}
    .tombstone-gallery {padding: 10px;}
        .tombstone-placer {height: 360px; width: 275px;}
    .tombstone-frame {height: 340px; width: 255px;}
    .tombstone-image {height: 334px; width: 249px;}
    .tombstone-overlay {height: 360px; width: 275px;}
    .textstyle-tombstone {font-size: 10pt;}
    .textstyle-tombstone-bullets {font-size: 9.5pt;}
}

@media only screen and (max-width: 375px) {
    .textstyle_page {font-size: 9.5pt;}
    .textstyle_headline {font-size: 11.5pt;}
    .textstyle_subline {font-size: 10.5pt;}
    .textstyle_autograph {font-size: 6.5pt;}
    .textstyle_italic {font-size: 8.5pt;}
    .sidenav a {font-size: 12pt; padding: 14px 15px 4px 20px;}
    #referenzCarousel .carousel-item {margin-left: 0px; height: 340px;}
        #container_statement_padding { width: 95%; margin-left: 2.5%; margin-right: 2.5%;}
    #transaktionCarousel .carousel-item {margin-left: 0px; height: 436px;}
    .tombstone_main_frame {width: auto; margin-right: 18px;}
    .tombstone_main_font {font-size: 9pt;}
    .tombstone-gallery {padding: 10px;}
        .tombstone-placer {height: 360px; width: 275px;}
    .tombstone-frame {height: 340px; width: 255px;}
    .tombstone-image {height: 334px; width: 249px;}
    .tombstone-overlay {height: 360px; width: 275px;}
    .textstyle-tombstone {font-size: 10pt;}
    .textstyle-tombstone-bullets {font-size: 9.5pt;}
}

@media only screen and (max-width: 360px) {
    .textstyle_page {font-size: 9.5pt;}
    .textstyle_headline {font-size: 11.5pt;}
    .textstyle_subline {font-size: 10.5pt;}
    .textstyle_autograph {font-size: 6.5pt;}
    .textstyle_italic {font-size: 8.5pt;}
    .sidenav a {font-size: 10.5pt; padding: 14px 15px 4px 20px;}
    #referenzCarousel .carousel-item {margin-left: 0px; height: 360px;}
        #container_statement_padding { width: 95%; margin-left: 2.5%; margin-right: 2.5%;}
    #transaktionCarousel .carousel-item {margin-left: 0px; height: 436px;}
    .tombstone_main_frame {width: auto; margin-right: 18px;}
    .tombstone_main_font {font-size: 9pt;}
    .tombstone-gallery {padding: 10px;}
        .tombstone-placer {height: 360px; width: 275px;}
    .tombstone-frame {height: 340px; width: 255px;}
    .tombstone-image {height: 334px; width: 249px;}
    .tombstone-overlay {height: 360px; width: 275px;}
    .textstyle-tombstone {font-size: 10pt;}
    .textstyle-tombstone-bullets {font-size: 9.5pt;}
}

@media only screen and (max-width: 320px) {
    .textstyle_page {font-size: 8.5pt;}
    .textstyle_headline {font-size: 10pt;}
    .textstyle_subline {font-size: 9pt;}
    .textstyle_autograph {font-size: 6.5pt;}
    .textstyle_italic {font-size: 7.5pt;}
    .sidenav a {font-size: 10pt; padding: 14px 15px 4px 20px;}
    #referenzCarousel .carousel-item {margin-left: 0px; height: 330px;}
    #container_statement_padding { width: 95%; margin-left: 2.5%; margin-right: 2.5%;}
    #transaktionCarousel .carousel-item {margin-left: 0px; height: 418px;}
    /* main frame can be deleted */
    .tombstone_main_frame {width: auto; margin-right: 18px;}
    .tombstone_main_font {font-size: 8.25pt;}
    .tombstone-gallery {padding: 5px;}
    .tombstone-placer {height: 392px; width: 299px;}
    .tombstone-frame {height: 372px; width: 279px;}
    .tombstone-image {height: 366px; width: 273px;}
    .tombstone-overlay {height: 392px; width: 299px;}
    .textstyle-tombstone {font-size: 9pt;}
    .textstyle-tombstone-bullets {font-size: 8.5pt;}
}


/* fonts */
    
/* cantarell-regular - latin */
@font-face {
  font-family: 'Cantarell';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/cantarell-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Cantarell Regular'), local('Cantarell-Regular'),
       url('../fonts/cantarell-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/cantarell-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/cantarell-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/cantarell-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/cantarell-v9-latin-regular.svg#Cantarell') format('svg'); /* Legacy iOS */
}

/* cantarell-700 - latin */
@font-face {
  font-family: 'Cantarell';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/cantarell-v9-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Cantarell Bold'), local('Cantarell-Bold'),
       url('../fonts/cantarell-v9-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/cantarell-v9-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/cantarell-v9-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/cantarell-v9-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/cantarell-v9-latin-700.svg#Cantarell') format('svg'); /* Legacy iOS */
}

/* cantarell-italic - latin */
@font-face {
  font-family: 'Cantarell';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/cantarell-v9-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Cantarell Oblique'), local('Cantarell-Oblique'),
       url('../fonts/cantarell-v9-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/cantarell-v9-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/cantarell-v9-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/cantarell-v9-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/cantarell-v9-latin-italic.svg#Cantarell') format('svg'); /* Legacy iOS */
}

/* cantarell-700italic - latin */
@font-face {
  font-family: 'Cantarell';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/cantarell-v9-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local('Cantarell Bold Oblique'), local('Cantarell-BoldOblique'),
       url('../fonts/cantarell-v9-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/cantarell-v9-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/cantarell-v9-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/cantarell-v9-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/cantarell-v9-latin-700italic.svg#Cantarell') format('svg'); /* Legacy iOS */
}
