/*
* Trenton Landing Page 1.1
* Copyright 2013, UNITED THEMES
* www.unitedthemes.com
*/


/* Table of Content
==================================================
	#Basic Styles
	#Typography
	#Links
	#Lists
	#Images
	#Header Section
	#Product Section
	#Information Section
	#Testimonial Section
	#Call to Action Bottom
	#Footer Section
	#Media Queries
	#Grid */


/* #Basic Styles
================================================== */

html {
    height:100%;
}

body {
    height:100%;
    background: #FFFFFF;
    font: 13px/23px 'ABCDiatype', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #FFB400;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}

/* #Typography
================================================== */

@font-face {
    font-family: 'ABCDiatype';
    src: url('fonts/ABCDiatype-Regular.otf') format('opentype');
    src: url('fonts/ABCDiatype-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Roca';
    src: url('fonts/RocaOne-Lt.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 { color: #FFB400; font-family: 'Roca', Helvetica, Arial, sans-serif; font-weight: normal; line-height:100%; margin-bottom:20px; }
h1 { font-size:30px; }
h2 { font-size:26px; }
h3 { font-size:20px; }
h4 { font-size:16px; }
h5 { font-size:14px; }
h6 { font-size:12px; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
p { margin: 0 0 20px 0; }
p img { margin: 0; }
p.lead { font-size: 16px; line-height: 21px; color: #77777;  }
em { font-style: italic; }
strong { font-weight: bold; color: #333; }
small { font-size: 80%; }

/*	Blockquotes  */

blockquote, blockquote p { font-size: 16px; line-height: 21px; color: #3A3E43; font-style: italic; }
blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #DDDDDD; }
blockquote cite { display: block; font-size: 12px; color: #999999; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #999999; }

hr { border: solid #DDDDDD; border-width: 1px 0 0; clear: both; margin: 20px 0 40px; height: 0; }

/* #Links
================================================== */

a {
    color: #FFB400;
    text-decoration: none;
    outline: 0;
    -webkit-transform: translateZ(0);
    -webkit-transition:0.2s color linear;
    -moz-transition:0.2s color linear;
    transition:0.2s color linear;
}
a:hover { color: #FFB400; }
p a { line-height: inherit; }

/* #Lists
================================================== */

ul, ol { margin-bottom: 20px; }
ul { list-style: none outside; }
ol { list-style: decimal; }
ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
ul.square { list-style: square outside; }
ul.circle { list-style: circle outside; }
ul.disc { list-style: disc outside; }
ul ul, ul ol,
ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%; }
ul ul li, ul ol li,
ol ol li, ol ul li { margin-bottom: 6px; }
ul.large li { line-height: 21px; }
li p { line-height: 21px; }
.icons-ul i { color:#FFB400; }

/* #Images
================================================== */

img {
    max-width: 100%;
    height: auto;
    vertical-align:bottom;
}
@media \0screen {
    img {
        width: auto; /* for ie 8 */
    }
}

/* #Header Section
================================================== */

#header-section {
    width: 100%;
    position: relative;
    z-index: 1000;
    background: #FFFFFF;
    padding: 0;
}
.top-header {
    background:#282828;
    font-size:12px;

}
.top-header a {
    color:#CFCFCF;
}
.top-header a:hover {
    color:#FFFFFF;
}
.top-header ul {
    list-style:none;
    margin:0;
    color:#CFCFCF;
    padding:10px 0;
}
.top-header ul li {
    display:inline;
}
.login {
    float:right;
}
.login li {
    margin-left:10px;
}
.login li a {
    color:#FFB400;
}
.main-header {
    height: 100px;
    line-height: 100px;
    color: #F4B236;
}
.site-branding {
    display:block;
}
.site-branding h1 {
    font-size:36px;
    margin:0;
    color:#FFB400;
    line-height:inherit;
    font-family: 'Roca', Helvetica, Arial, sans-serif;
    font-weight:normal;
}
.site-branding a {
    display:block;font:
color:#FFB400;
}
.site-branding img  {
    vertical-align:middle;
    max-height:80px;
    padding:10px 0;
}
#ut-navigation ul {
    list-style:none;
    margin:0;
    display:block;
    float:right;
    text-transform:uppercase;
    font-size:16px;
}
#ut-navigation ul li {
    float:left;
    margin:0 0 0 30px;
}
#ut-navigation ul li a {
    display:block;
    color:#CFCFCF;
    font-weight:bold;
    border-top:2px solid transparent;
    -webkit-transition:0.2s all linear;
    -moz-transition:0.2s all linear;
    transition:0.2s all linear;
    font-family: ABCDiatype;
}
#ut-navigation ul li a:hover {
    color:#FFB400;
    border-top:2px solid #FFB400;
}
#ut-navigation .selected {
    color:#FFB400;
    border-top:2px solid #FFB400;
}
.entry-header {
    align-content: center;
    margin-bottom:auto;
    margin-top: auto;
    position: relative width: auto; height:auto; background: transparent;

}
.entry-title {
    margin-bottom:20px;
    font-weight:normal;
    margin-top: 20px;
    text-align: left;
    font-size: 40px;
}
.entry-title-right {
    margin-bottom:20px;
    font-weight:normal;
    margin-top: 20px;
    text-align: right;
    font-size: 40px;
}
.entry-slogan {
    color:#3A3E43;
    font-size:16px;
    text-align: left;
}

.entry-slogan-right {
    color:#3A3E43;
    font-size:16px;
    text-align: right;
}

/* #Product Section
================================================== */

.product {
    position:relative;
    overflow:hidden;
    text-align:center;
    position: relative width: auto; height:400px; background:transparent;
}
.product .entry-header {
    margin-bottom:40px;

}
.product .grid-container {
    position:relative width: auto; height:400px; background:transparent;
    text-align:center;
}
.product .grid-100 {
    position:relative;
    padding-top:60px;
}
.product-title {
    font-size:2.5em;
    text-align:center;
}
.product-slogan {
    font-size:1.2em;
    margin-bottom:0px;
    text-align:center;
    color:#FFFFFF;

}
.product-link {
    background:#FFB400;
    border: none;
    border-radius: 10px 50px 10px;
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    margin:0 0 20px 0;
    line-height: normal;
    text-align:center;
    padding:7px 18px;
    color: #FFFFFF;
    -webkit-border-radius: 100px 100px 100px 0px;;
    -moz-border-radius: 100px 100px 100px 0px;;
    border-radius: 100px 100px 100px 0px;
    -webkit-transition:0.2s background linear;
    -moz-transition:0.2s background linear;
    transition:0.2s background linear;
}
.product-link:hover {
    background: #FFBE00;
    color: #FFFFFF;
    scale: 1.02;
}
.product-link i {
    padding-left:10px;
}

.product-link2 {
    background:#FFFFFF;
    border: none;
    border-radius: 10px 50px 10px;
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    margin:0 0 20px 0;
    line-height: normal;
    text-align:center;
    padding:7px 18px;
    color: #FFB400;
    -webkit-border-radius: 100px 100px 100px 0px;;
    -moz-border-radius: 100px 100px 100px 0px;;
    border-radius: 100px 100px 100px 0px;
    -webkit-transition:0.2s background linear;
    -moz-transition:0.2s background linear;
    transition:0.2s background linear;
}
.product-link2:hover {
    scale: 1.02;
}
.product-link2 i {
    padding-left:10px;
}
.product-image img {
    margin:0 auto;
    display:block;
    width="400px";
}
.product-left {
    padding:100px 120px 100px 120px;
    overflow:hidden;
    background:#F5F5F5;

}
.product-right {
    padding:100px 120px 100px 120px;
    overflow:visible;
}
.product-right1 {
    padding:100px 120px 100px 120px;
    overflow:visible;
    position: relative width: auto; height:auto; background: white;;

}
.product-right2 {
    overflow:visible;
    position: relative width: 100%; height:auto; background: white;
    background: #F5F5F5;
    transition: all 0.2s linear;

}

.Xproduct-link {
    background:#FFB400;
    border: none;
    border-radius: 10px 50px 10px;
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    margin:0 0 20px 0;
    line-height: normal;
    text-align:center;
    padding:7px 18px;
    color: #FFFFFF;
    -webkit-border-radius: 100px 100px 100px 0px;;
    -moz-border-radius: 100px 100px 100px 0px;;
    border-radius: 100px 100px 100px 0px;
    -webkit-transition:0.2s background linear;
    -moz-transition:0.2s background linear;
    transition:0.2s background linear;
}

.Xproduct-link:hover {
    background: #FFBE00;
    color: #FFFFFF;
    scale: 1.02;
}
.Xproduct-link i {
    padding-left:10px;
}


.Yproduct-link {
    background:#FFFFFF;
    border: none;
    border-radius: 10px 50px 10px;
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    margin:0 0 20px 0;
    line-height: normal;
    text-align:center;
    padding:10px 20px;
    color: #FFB400;
    -webkit-border-radius: 100px 100px 100px 0px;;
    -moz-border-radius: 100px 100px 100px 0px;;
    border-radius: 100px 100px 100px 0px;
    -webkit-transition:0.2s background linear;
    -moz-transition:0.2s background linear;
    transition:0.2s background linear;
}

.Yproduct-link:hover {
    background:#FFFFFF;
    color:#FFB400;
    /*border-color: #FFB400;
    border: solid thin;
    */
}

.Yproduct-link i {
    padding-left:10px;
}
/* Product image animation */
.cbp-so-section:before,
.cbp-so-section:after {
    content: " ";
    display: table;
}
.cbp-so-section:after {
    clear: both;
}
.cbp-so-side {
    float: left;
    overflow: hidden;
    -webkit-transition: -webkit-transform 1s, opacity 0.5s;
    -moz-transition: -moz-transform 1s, opacity 0.5s;
    transition: transform 1s, opacity 0.5s;
}
/* Clear floats of children */
.cbp-so-side:before,
.cbp-so-side:after {
    content: " ";
    display: table;
}
.cbp-so-side:after {
    clear: both;
}
/* Initial state (hidden or anything else) */
.cbp-so-init .cbp-so-side {
    opacity: 0;
}
.cbp-so-init .cbp-so-side-left {
    -webkit-transform: translateX(-320px);
    -moz-transform: translateX(-320px);
    transform: translateX(-320px);
}
.cbp-so-init .cbp-so-side-right {
    -webkit-transform: translateX(320px);
    -moz-transform: translateX(320px);
    transform: translateX(320px);
}
/* Animated state */
.cbp-so-section.cbp-so-animate .cbp-so-side-left,
.cbp-so-section.cbp-so-animate .cbp-so-side-right {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}

/* #Information Section
================================================== */

.information-section { padding:0 0 40px;
}
.information-section .entry-header { margin-bottom:40px; text-align:center; }
.info { overflow:hidden;
    padding: 250px 20px 0px 20px;
    text-align:center;
    color:#3A3E43;
    hover:#FFB400;
    background-image: url("../images/anwendungsbereiche_schulaltag.svg");
    height: 250px;
    background-position: center;
    background-repeat: no-repeat;

}
.info:hover {
    color:#FFFFFF!important;
}

.info2 { overflow:hidden;
    padding: 250px 20px 0px 20px;
    text-align:center;
    color:#3A3E43;
    hover:#FFB400;
    background-image: url("../images/anwendungsbereiche_pruefung.svg");
    height: 250px;
    background-position: center;
    background-repeat: no-repeat;


}

.info3 { overflow:hidden;
    padding: 250px 20px 0px 20px;
    text-align:center;
    color:#3A3E43;
    hover:#FFB400;
    background-image: url("../images/anwendungsbereiche_familie.svg");
    height: 250px;
    background-position: center;
    background-repeat: no-repeat;


}


.information-section .main-icon {
    display:block;
    margin:0 20px 20px;
    font-size:20px;
    color:#FFFFFF;
    background:#FFB400;
    padding:10px;
    float:left;
}

/* #Testimonial Section
================================================== */

.testimonial-section { padding:60px 0 40px; overflow:hidden; background:#F5F5F5; }
.testimonial { overflow:hidden; }

.testimonial-section .entry-header {
    margin-bottom:40px;
    text-align:center;
}
.testimonial_image img {
    float:left;
    margin-right:20px;
    margin-bottom:20px;
    width:75px;
    height:75px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
.testimonial-name {
    display:block;
    margin-bottom:20px;
    color:#FFB400;
    font-style:italic;
}

/* #Call to Action Bottom
================================================== */

.cta {
    color:#FFFFFF;
    overflow:hidden;
    padding:0;
    width:100%;
    background:#FFFFFF;
    padding:60px 0 40px 0;
}
.cta-title {
    font-size:2.5em;
    color:#282828;
    text-align:right;
    margin-bottom:10px;
}
.cta-slogan {
    font-size:1.2em;
    color:#454545;
    text-align:right;
}
.cta-button {
    padding:20px 30px;
    background:#FFB400;
}
.cta-button:hover {
    background:#FFae00;
}

/* #Call to Action Bottom Lottie
================================================== */

.cta_Lottie {
    z-index: -1;
    width: 100%;
    height: 10%;
    left: 0;
    right: 0;
    position: relative ;
    margin-left: auto;
    margin-right: auto;
    text-align:center;

}

/* #Footer
================================================== */

.footer{
    background: #FFB400;
    padding: 40px 120x 20px 120px;
}
.footer a {
    color: #FFFFFF;
    font-size: 16px;
}
.footer a:hover {
    color: #000000;
}
.footer h3 {
    color: #111111;
}
.footer .site-branding {
    float:none;
    display:block;
    margin:0 auto 20px 0;
}
.footer .site-branding h1 {
    font-size:30px;
    margin:0;
    color:#FFB400;
    line-height:inherit;
}
.site-branding a {
    display:block;
    color:#FFB400;
    line-height: inherit;
}
.footer .site-branding a:hover {
    color:#FFB400;
}
.copyright {
    padding: 0;
    margin: 0;
    font-size: 10px;
    color: #707070;
    text-transform: capitalize;
}
.mobile-copyright .copyright {
    text-align:center;
    margin-bottom:20px;
    /*	background:#FFB400;*/
}

/* #Lottie Hover
================================================== */
.hide {
    display: none;
}

.square:hover + .hide {
    display: block;
    background: #FFB400;
    font color: #FFFFFF;
}

.square {
    background-color: transparent;
    width: inherit;
    height: 500px;
    position: absolute;
    z-index: 2000000;
}


/* #Media Queries
================================================== */

/* Phone & Small Tablets */
@media screen and (max-width: 767px) {

    #header-section,
    .top-header {
        text-align:center;
        padding: 10px 0px 10px 0px;
    }
    .login {
        float:none;
    }
    .cta-title,
    .cta_Lottie,
    .cta-slogan,
    .cta {
        text-align:center;
        height: 0%;
    }
    .product img {
        margin-bottom:20px;
        width: "10px";
    }
    .footer {
        background:#FFB400;
        padding: 0px 0x 0px 0px;
    }
    .cbp-so-init .cbp-so-side-left {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
    .cbp-so-init .cbp-so-side-right {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
    .cbp-so-init .cbp-so-side {
        opacity: 1;
    }
    .entry-title {

        font-size:30px;
    }
    .entry-title-right {

        font-size:30px;
    }
    .product .entry-header {
        margin-bottom:0px;
    }

    .product-right {
        padding:60px 10px 40px 10px;
        overflow:visible;
    }
    .product-left {
        padding:100px 10px 100px 10px;
        overflow:visible;
    }
    .product-right1 {
        padding:60px 10px 40px 10px;
        overflow:visible;
    }
    .product-right2 {
        padding::;0px 10px 40px 10px;
        overflow:visible;
    }
    .product-slogan {
        font-size:1.2em;
        margin-bottom:0px;
        text-align:center;
        color:#FFFFFF;

    }
    .product-link2 {
        background:#FFFFFF;
        border: none;
        border-radius: 10px 50px 10px;
        display: inline-block;
        font-size: 16px;
        text-decoration: none;
        cursor: pointer;
        margin:0 0 20px 0;
        line-height: normal;
        text-align:center;
        padding:7px 18px;
        color: #FFB400;
        -webkit-border-radius: 100px 100px 100px 0px;;
        -moz-border-radius: 100px 100px 100px 0px;;
        border-radius: 100px 100px 100px 0px;
        -webkit-transition:0.2s background linear;
        -moz-transition:0.2s background linear;
        transition:0.2s background linear;
    }
    .product-link2:hover {
        scale: 1.02;
    }
    .product-link2 i {
        padding-left:10px;
    }
}




/* Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {


    .cta_Lottie {
        text-align:center;
        height: 0%;
    }
    .copyright {
        margin-bottom:0 !important;
        margin-top:20px;
    }
    .cbp-so-init .cbp-so-side-left {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
    .cbp-so-init .cbp-so-side-right {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
    .cbp-so-init .cbp-so-side {
        opacity: 1;
    }
    .footer {
        background:#FFB400;
        padding: 0px 10px 0px 10px;
    }
    .top-header {
        padding: 0px 10px 0px 10px;
    }
    .product-image img
    {
        width="400px";

    }
    .entry-title {

        font-size:35px;
    }

    .product-right {
        padding:60px 10px 40px 10px;
        overflow:visible;
    }
    .product-left {
        padding:100px 10px 100px 10px;
        overflow:visible;

    }
    .product-right1 {
        padding:60px 10px 40px 10px;
        overflow:visible;
    }
    .product-right2 {
        padding:60px 10px 40px 10px;
        overflow:visible;
    }


    .hide2 {
        display: none;
    }

    .square:hover + .hide2 {
        display: block;
        background: #FFB400;
        font color: #FFFFFF;
    }

    .square {
        background-color: transparent;
        width: inherit;
        height: 500px;
        position: absolute;
        z-index: 2000000;
    }
}

/* #Grid
================================================== */

@media screen and (max-width: 400px) {
    @-ms-viewport {
        width: 320px;
    }
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.grid-container:before, .clearfix:before,
.grid-container:after,
.clearfix:after {
    content: ".";
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}

.grid-container:after, .clearfix:after {
    clear: both;
}

.grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-left: 10px;
    padding-right: 10px;
    color: #ECB415;
}

.grid-5, .mobile-grid-5, .grid-10, .mobile-grid-10, .grid-15, .mobile-grid-15, .grid-20, .mobile-grid-20, .grid-25, .mobile-grid-25, .grid-30, .mobile-grid-30, .grid-35, .mobile-grid-35, .grid-40, .mobile-grid-40, .grid-45, .mobile-grid-45, .grid-50, .mobile-grid-50, .grid-55, .mobile-grid-55, .grid-60, .mobile-grid-60, .grid-65, .mobile-grid-65, .grid-70, .mobile-grid-70, .grid-75, .mobile-grid-75, .grid-80, .mobile-grid-80, .grid-85, .mobile-grid-85, .grid-90, .mobile-grid-90, .grid-95, .mobile-grid-95, .grid-100, .mobile-grid-100, .grid-33, .mobile-grid-33, .grid-66, .mobile-grid-66 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0px;
    padding-right: 0px;

}

.grid-33Hov, .mobile-grid-33Hov

.grid-parent {
    padding-left: 0;
    padding-right: 0;
}


.lottie-anim  {
    z-index: 1; // lowest in your page
position: absolute; // or static, depending on what you have
width: 100%;
    height: 100%;
    pointer-events: none;
}


input[type=button],input[type=submit],button {
background:#FFB400;
    border: none;
    border-radius: 10px 50px 10px;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    margin: 10px 10px 20px 0;
    line-height: normal;
    text-align:center;
    padding: 7px 10px;
    color: #FFFFFF;
    -webkit-border-radius: 100px 100px 100px 0px;
    -moz-border-radius: 100px 100px 100px 0px;
    border-radius: 100px 100px 100px 0px;
    -webkit-transition:0.2s background linear;
    -moz-transition:0.2s background linear;
    transition:0.2s background linear;
}

input[type=button]:hover,input[type=submit]:hover,button:hover {
    background: #FFBE00;
    color: #FFFFFF;
    scale: 1.02;
}
input[type=button] i,input[type=submit] i,button i {
    padding-left:10px;
}




