@charset "utf-8";
section, footer, nav {
    display: block;
}
#options {
    position: relative;
    z-index: 100;
    margin-bottom: 40px;
}
figure {
    margin: 0;
}
#videocontainer{
    padding: 40px 0;
    margin: 100px auto 0;
    text-align: center;
    width: 100vw;
    background-color: #ccc;
}
.container {
    width: 200px;
    height: 200px;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    perspective: 800px;
    float: right;
    margin: -10px 30px 50px 40px;
}

#card {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    -o-transition: -o-transform 1s;
    transition: transform 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;


}

#card.flipped {
    -webkit-transform: rotateY( -180deg );
    -moz-transform: rotateY( -180deg );
    -o-transform: rotateY( -180deg );
    transform: rotateY( -180deg );
}
/*#card.flipped {
-webkit-animation: rotate 4s infinite ease-in-out;
animation: rotate 4s infinite ease-in-out;
}
@keyframes rotate{
0% {transform: rotateY( 0deg );}
50% {transform: rotateY( -180deg );}
100% {transform: rotateY( -360deg );}
}
@-webkit-keyframes rotate{
0% {-webkit-transform: rotateY( 0deg );}
50% {-webkit-transform: rotateY( -180deg );}
100% {-webkit-transform: rotateY( -360deg );}
}*/

#card figure {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius:50%;


    transition: all 0.3s;
}
#card #overlay {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    border-radius:50%;
    -webkit-animation: shadowpulse 3s linear 0s  infinite ;
    animation: shadowpulse 3s linear 0s  infinite ;
    box-shadow:#b9c350 0px 15px 35px 10px, inset  rgba(255,255,255,0.4) 0px 5px 5px 0px;
    -webkit-box-shadow:#b9c350 0px 15px 35px 10px, inset rgba(255,255,255,0.4) 0px 5px 5px 0px;
    transition: all 0.3s;
    background:#b9c350;
}

/*#card #overlay {
display: block;
height: 100%;
width: 100%;
position: absolute;
border-radius:50%;
-webkit-animation: shadowpulse 3s linear 0s  infinite ;
animation: shadowpulse 3s linear 0s  infinite ;
box-shadow:#e11e19 0px 15px 35px 10px, inset  rgba(255,255,255,0.4) 0px 5px 5px 0px;
-webkit-box-shadow:#e11e19 0px 15px 35px 10px, inset rgba(255,255,255,0.4) 0px 5px 5px 0px;
transition: all 0.3s;
background:#e11e19;
opacity:0.4;
}*/
@keyframes shadowpulse{
    0% {transform: rotateZ( 0deg );}
    100% {transform: rotateZ( 360deg );}
}
@-webkit-keyframes shadowpulse{
    0% {-webkit-transform: rotateZ( 0deg );}
    100% {-webkit-transform: rotateZ( 360deg );}
}


#card .front {
    background: transparent;
}

#card .back {
    background: transparent;
    -webkit-transform: rotateY( -180deg );
    -moz-transform: rotateY( -180deg );
    -o-transform: rotateY( -180deg );
    transform: rotateY( -180deg );
}

body, html{
    height:100%;
    width:100%;
    margin:0;
    padding:0;
    font-size:13px;
    font-family:  'Segoe UI', Frutiger, Verdana, sans-serif;
    transition:all 0.3s;
    line-height:1.4em;
}

#wrapper,
.wrapper {
    margin: 0px auto;
    padding: 40px 50px;
    width: 750px;
}

#wrapper_foto{
    margin: 0px auto;
    padding: 10px 10px;
    width: 770px;
    background-image: url(https://libreoffice.cib.de/img/relax_mit_CIB_support.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-size: 100% auto;
    height: 397px;

}

#wrapper_fotoDanke{
    margin: 0px auto;
    padding: 10px 10px;
    width: 770px;
    background-image: url(https://libreoffice.cib.de/img/danke.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-size: 100% auto;
    height: 384px;

}


h1{
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2em;
    margin-left: 20px;
    /* [disabled]border-bottom:#ccc 1px solid; */
    /* [disabled]border-top: #ccc 1px solid; */
    padding-bottom: 30px;
    padding-top: 20px;
}

h1 small {
    line-height: 2;
}

h1 span {

}
h2{
    font-size:20px;
    color:#e11e19;
    margin: 20px 0 30px 20px;
}

h3{
    font-size:13px;
    text-transform:uppercase;
    margin: 10px 0 10px 20px;
}
h4{
    font-size:16px;
    margin: 0px 25px 0px 0px;
    padding:5px 35px 5px;
    clear:both;
    background:#ebebeb;
    transition:background 0.3s;
    border-top:#d6d6d6 solid 1px;
}
h5{
    font-size:18px;
    margin: 15px 220px 10px 30px;
    clear:both;
}

ul.tabbed_in {
    margin-left: 56px;
}

#headerbild{
    margin-left:15px;
    margin-top:25px;
    border-radius:0 0 50px 0;
}


a:link, a:visited{
    color:#e11e19;
    text-decoration:none;
}

a:hover, a:focus{
    color:#961e28;
}

p.text {
    margin: 10px 0 10px 20px;
}

p{
    width:400px;
    margin-left:40px;
    margin-top: 20px;
    margin-bottom:20px;
}

h2 a:link, h2 a:visited{
    color:#999;
    text-decoration:none;
}


ul {
    margin-left: 35px;
    margin-bottom: 30px;
    padding: 0px;
    list-style: url(https://www.cib.de/fileadmin/bilder/deutsch/produkte/webView/arc2.png);
}

li{
    margin-bottom:5px;
}

/*
h2 a:hover, h2 a:focus{
border-bottom:#e11e19 1px solid;
}*/

.bold{
    font-weight:bold;
}
.red{
    color:#e11e19;
}
.white{
    color:#ffffff;
}
.black{
    color:#000000;
}
.under{
    text-decoration:underline;
}

.bigger{
    font-size:32px;
    line-height:1.2em;
}
#Download{
    text-transform: uppercase;
    font-size: 2.4em;
    letter-spacing: .2em;
    font-weight: bold;
    margin: 0 0 60px 185px;
    line-height: 1.2em;
    box-shadow: #ccc 0px 5px 7px 2px;
    transition:box-shadow 0.3s;
    cursor:pointer;
}
#Download:hover{
    box-shadow: #ccc 0px 0px 0px 0px;
}

.section_grey{
    background: #ebebeb;
    border-top: #ccc 1px solid;
    border-bottom: #ccc 1px solid;
}


#tech{
    width:100vw;
    padding:50px 0;
}
.techies{
    width:320px;
}
.techies p{
    width:260px;
}



#info{
    background:url(../img/info.png);
    display:block;
    width:60px;
    height:60px;
    position:absolute;
    top:20px;
    right:90px;
    z-index:9999;
    transition: background 0.3s;
    text-decoration:none;
}
#info:hover {
    background:url(../img/info_white.png);
}
#info:hover:after{
    background: rgba(225,30,25,0.8);
    border-radius: 3px 3px 3px 3px;
    top: 70px;
    color: #fff;
    content: 'Ich will mehr über CIB fairBrieft wissen!';

    padding: 5px 5px;
    position: relative;
    z-index: 98;
    width: 130px;
    display: block;
    right: 35px;
    text-align: center;
}
#info:hover:before{
    border: solid;
    border-color: rgba(225,30,25,0.8) transparent;
    border-width: 0px 6px 6px 6px;
    bottom: -10px;
    content: "";
    left: 40%;
    position: absolute;
    z-index: 99;
}
#faq-link{
    cursor:pointer;
    background:url(../img/info.png);
    display:block;
    width:60px;
    height:60px;
    position:absolute;
    top:20px;
    right:20px;
    z-index:9999;
    transition: background 0.3s;
    text-decoration:none;
}
#faq-link:hover {
    background:url(../img/info_white.png);
}
#faq-link:hover:after{
    background: rgba(225,30,25,0.8);
    border-radius: 3px 3px 3px 3px;
    top: 70px;
    color: #fff;
    content: 'Ich will mehr über LibreOffice powered by CIB wissen!';

    padding: 5px 5px;
    position: relative;
    z-index: 98;
    width: 100px;
    display: block;
    right: 25px;
    text-align: center;
}

.clear {
    clear:both;
    height: 1px;
    font-size: 0;
    padding:0;
    margin:0;
}

#faq-link:hover:before{
    border: solid;
    border-color: rgba(225,30,25,0.8) transparent;
    border-width: 0px 6px 6px 6px;
    bottom: -10px;
    content: "";
    left: 40%;
    position: absolute;
    z-index: 99;
}

#menu{
    display:block;
    height:100px;
    padding-left: 20px;
    padding-top: 20px;
    z-index:9999;
    font-size:12px;
}

#menu a {
    float:left;
}
#menu ul{margin:0;padding:0;float:left; padding-left: 30px;}
#menu li{list-style:none; clear:both;}

.right{float:right;}

.left{float:left;}


#scroller_up:hover {
    background: url(../img/totop_filled_red.png) no-repeat top left;
    opacity:1;
}

#scroller_up {
    cursor: pointer;
    background: url(../img/totop_outline_red.png) no-repeat bottom left;
    transition: background 0.5s, opacity 0.5s;
    opacity:0.4;
    margin:0 50px 0 0;
    z-index:99999;

    width:70px;
    height:100px;
    text-align:center;
    color: #444;
    text-decoration: none;
    position:fixed;
    bottom:75px;
    right:20px;
    display:none;
}


footer{
    border-top: 1px solid #e11e19;
    text-align: center;
    width: 100%;
    height:20px;
}

.clearfix{
    clear:both;
    visibility:hidden;
}


#faq{
    width:100vw;
    border-top:#ccc 1px solid;
    transition:background 1s;
    -webkit-transition:background 2s;
    min-height:700px;
    background:#ebebeb;
}


#faq p{
    display:none;
    margin-bottom:20px;
    width:500px;
    overflow:hidden;
}

#faq h2{
    display:block;
    border-top:#e11e19 solid 2px;
    border-left:#e11e19 solid 2px;
    padding:7px;
    font-weight:bold;
    cursor:pointer;
    transition:background-color 0.3s;
}

#faq h2:hover{
    background:#ccc;
}

#faq h2:last-child{
    border:none;
}

#faq #tutorial {
    padding-bottom:40px;
}

#faq #tutorial iframe{
    margin: 20px 0;

}

#products{
    border-top:#ccc 1px solid
}

#products table{
    width:100%;
    height:130px;
    margin-left:20px;
}
#products table td{
    width:16.5%;
    vertical-align:top;
    text-align: center;
}
#products table td a{
    text-decoration:none;
    font-weight:bold;
    font-size:13px;
}

#doXisafe-link:hover:after{
    background: #e11e19;
    top: 10px;
    color: #fff;
    content: 'doXisafe';
    padding: 5px 5px;
    position: relative;
    z-index: 98;
    width: 100%;
    display: block;
    text-align: center;
}



#webview-link:hover:after{
    background: #0087be;
    top: 10px;
    color: #fff;
    content: 'CIB doXiview';
    padding: 5px 5px;
    position: relative;
    z-index: 98;
    width: 100%;
    display: block;
    text-align: center;
}



#brewer-link:hover:after{
    background: #b9c34b;
    top: 10px;
    color: #fff;
    content: 'CIB pdf brewer';
    padding: 5px 5px;
    position: relative;
    z-index: 98;
    width: 100%;
    display: block;
    text-align: center;
}



#invoice-link:hover:after{
    background: #b9c34b;
    top: 10px;
    color: #fff;
    content: 'CIB invoicE';
    padding: 5px 5px;
    position: relative;
    z-index: 98;
    width: 100%;
    display: block;
    text-align: center;
}


#sepa-link:hover:after{
    background: #b9c34b;
    top: 10px;
    color: #fff;
    content: 'CIB SEPArator';
    padding: 5px 5px;
    position: relative;
    z-index: 98;
    width: 100%;
    display: block;
    text-align: center;
}
#markup-link:hover:after{
    background: #b9c34b;
    top: 10px;
    color: #fff;
    content: 'CIB markUp';
    padding: 5px 5px;
    position: relative;
    z-index: 98;
    width: 100%;
    display: block;
    text-align: center;
}


#markup-link:hover:after{
    background: #b9c34b;
    top: 10px;
    color: #fff;
    content: 'CIB markUp';
    padding: 5px 5px;
    position: relative;
    z-index: 98;
    width: 100%;
    display: block;
    text-align: center;
}

.thanks {
    padding-top: 18px;
    text-align: center;
    font-weight: bold;
}
