@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(//fonts.googleapis.com/css?family=Niconne);
body {
    /* background: #ce6c4a; */
    font: 13px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.428571429;
    color: #686868;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:focus {
    text-decoration: none;
    background: none;
}
a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
}
textarea, input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
    -webkit-appearance: none;
    -moz-appearance: caret;
}
p {
    margin-bottom: 15px;
    line-height: 28px;/*20px*/
    font-size: 20px;/*NEU*/
}
h1.navbar-brand_ {
    margin: 0 0 10px 0;/*0 0 21px 0;*/ 
    padding: 0;/*0*/
    float: none;
    height: 100px;/*auto*/
    width: 100%;
    text-align: center;
}
h1.navbar-brand_ a {
    display: inline-block;
    padding: 0;
    border-radius: 15px;
    height: 115px;
    width: 23%;
    margin-top: 0px;
}
h2 {
    font: 900 24px/24px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #606060;
    text-transform: uppercase;
    margin: 0 0 41px 0;
    padding-bottom: 22px;
    border-bottom: 4px solid #97BF3A;
}
h3 {
    font: 900 20px/20px "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;/*900 14px/14px "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;*/
    color: #606060;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}
.extra-wrap {
    overflow: hidden;
}
.global {
    padding: 48px 0 0 0;
    background: #ffffff;
}
.global.indent {
    padding: 55px 0 0 0;
    background: #ffffff;
}
.global.indent1 {
    padding: 0;
    background: #ffffff;
}
.center {
    text-align: center;
}
/*-----menu-----*/
.menuBox {
    padding-top: 150px; //NEU
    padding: 14px 0;
    margin-bottom: 5px; /*23px*/
    text-align: center;
}
nav.tm_navbar {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    float: none;
    display: inline-block;
    min-height: 0;
}
nav.tm_navbar li {
    font-size: 13px;
    line-height: 24px;
    padding: 0 12px;
    margin: 0;
    float: left;
}
nav.tm_navbar li:first-child {
    margin-left: 0;
}
nav.tm_navbar li a {
    position: relative;
    padding: 4px 17px;
    font: bold 15px 'Open Sans';
    color: #97BF3A;
    background: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
nav.tm_navbar li a::before, nav.tm_navbar li a::after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ffffff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}
nav.tm_navbar li a::before {
    top: 0;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}
nav.tm_navbar li a::after {
    bottom: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}
nav.tm_navbar li.active > a {
    color: #474B8B;/*#ffffff*/
    background: none;
}

nav.tm_navbar li.active > a::before, nav.tm_navbar li.active > a::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}
nav.tm_navbar li:hover > a {
    color: #878787;
    background: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
nav.tm_navbar li:hover > a::before, nav.tm_navbar li:hover > a::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}
nav.tm_navbar .sfHover > a {
    color: #ffffff;
    background: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
nav.tm_navbar .sfHover > a::before, nav.tm_navbar .sfHover > a::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}
nav.tm_navbar li span {
    height: 4px;
    background: url(../img/menu-marker.png) center 0 no-repeat;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 1px;
    z-index: 0;
}
/*-----subMenu1-----*/
nav.tm_navbar .sub-menu > ul {
    position: absolute;
    display: none;
    width: 131px;
    left: -10px;
    top: 40px;
    list-style: none !important;
    zoom: 1;
    z-index: 11;
    background: #ffffff;
    padding: 25px 0 7px 0;
    margin: 0;
    text-align: left;
    border-top: 3px solid #ff903f;
}
nav.tm_navbar .sub-menu > ul li {
    background: none;
    position: relative;
    border: none;
    width: auto;
    float: none;
    margin: 0 0 6px 0;
    padding: 0;
    display: block;
}
nav.tm_navbar .sub-menu > ul li a {
    background: transparent;
    padding: 0 0 0 44px;
    margin: 0;
    float: none;
    font: 12px/23px 'Open Sans';
    color: #929292;
    display: block;
    text-transform: none;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
nav.tm_navbar .sub-menu > ul li a::before, nav.tm_navbar .sub-menu > ul li a::after {
    display: none;
}
nav.tm_navbar .sub-menu > ul li span {
    display: inline-block;
    background: url(../img/menu-marker2.png) right 0 no-repeat;
    width: 6px;
    height: 5px;
    position: absolute;
    left: auto;
    right: 14px;
    top: 10px;
}
nav.tm_navbar .sub-menu > ul li a:hover {
    text-decoration: none;
    color: #ffffff !important;
    background: #ff903f !important;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
    text-decoration: none;
    color: #ffffff !important;
    background: #ff903f !important;
}
/*-----subMenu2-----*/
nav.tm_navbar .sub-menu ul ul {
    position: absolute;
    display: none;
    width: 131px;
    left: 141px;
    top: -28px;
    list-style: none !important;
    zoom: 1;
    z-index: 11;
    background: #ffffff;
    padding: 25px 0 7px 0;
    margin: 0;
    text-align: left;
    border-top: 3px solid #ff903f;
}
nav.tm_navbar .sub-menu ul ul li {
    text-align: left;
}
nav.tm_navbar .sub-menu ul ul li a {
    background: transparent;
    padding: 0 0 0 44px;
    margin: 0;
    float: none;
    font: 12px/23px 'Open Sans';
    color: #929292;
    display: block;
    text-transform: none;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
nav.tm_navbar .sub-menu > ul li > ul li a:hover {
    text-decoration: none;
    color: #ffffff !important;
    background: #ff903f !important;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.select-menu {
    display: none !important;
}
.select-menu {
    display: none !important;
}
/*-----content-----*/
header {
    position: relative;
    margin: 0;
    z-index: 11;
    
    padding: 137px 0;
    height: 751px;/*auto*//*Höhe png Hintergrund*/
   
}

header.bg_pic1_mat3{
    background: url(../img/bg_pic1_mat3.jpg) no-repeat;
    background-position-x: 50%;
}

header.landscape_home{
    background: url(../img/landscape_home.jpg) no-repeat;
    background-position-x: 50%;
}

header.statisch_1{
    background: url(../img/01_Startseite.png) no-repeat;
    background-position-x: 50%;
    background-size: inherit;
}

header.statisch_2{
    background: url(../img/02_Amortisation.png) no-repeat;
    background-position-x: 50%;
    background-size: inherit;
}

header.statisch_3{
    background: url(../img/03_ARGUS_Service.png) no-repeat;
    background-position-x: 50%;
    background-size: inherit;
}

header.statisch_4{
    background: url(../img/04_amagrar.png) no-repeat;
    background-position-x: 50%;
    background-size: inherit;
}

header.statisch_5{
    background: url(../img/05_Forschung_Entwicklung.png) no-repeat;
    background-position-x: 50%;
    background-size: inherit;
}

header.statisch_6{
    background: url(../img/06_Ueber_uns.png) no-repeat;
    background-position-x: 50%;
    background-size: inherit;
}

header.statisch_7{
    background: url(../img/07_Kontakt.png) no-repeat;
    background-position-x: 50%;
    background-size: inherit;
}

header.statisch_8{
    background: url(../img/08_Presse.png) no-repeat;
    background-position-x: 50%;
    background-size: inherit;
}

header.landscape_home_1{
    background: url(../img/landscape_home_1_web.jpg) no-repeat;
    background-position-x: 50%;
}

header.landscape_home_2{
    background: url(../img/landscape_home_2_web.jpg) no-repeat;
    background-position-x: 50%;
}

header.landscape_home_3{
    background: url(../img/landscape_home_3_web.jpg) no-repeat;
    background-position-x: 50%;
}

header.landscape_home_4{
    background: url(../img/landscape_home_4_web.jpg) no-repeat;
    background-position-x: 50%;
}

header.landscape_home_5{
    background: url(../img/landscape_home_5_web.jpg) no-repeat;
    background-position-x: 50%;
}

header.landscape_home_6{
    background: url(../img/landscape_home_6_web.jpg) no-repeat;
    background-position-x: 50%;
}

header.landscape_home_7{
    background: url(../img/landscape_home_7_web.jpg) no-repeat;
    background-position-x: 50%;
}

header.landscape_home_8{
    background: url(../img/landscape_home_8_web.jpg) no-repeat;
    background-position-x: 50%;
}

header.landscape_home_9{
    background: url(../img/landscape_home_9_web.jpg) no-repeat;
    background-position-x: 50%;
}

header.landscape_home_10{
    background: url(../img/landscape_home_10_web.jpg) no-repeat;
    background-position-x: 50%;
}

header.landscape_50{
    background: url(../img/landscape_50.jpg) no-repeat;
    background-position-x: 50%;
}

header.bg_pic5{
    background: url(../img/bg_pic5.jpg) no-repeat;
    background-position-x: 50%; 
}

header .title {
    color: #474B8B;
    font: 600 14px/14px 'Open Sans';/*900 36px/43px 'Open Sans';*/
    padding: 3px 0;/*22px 0;*/
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    text-align: center;
    margin-top: 10px; /*NEU*/
    margin-bottom: 0px;/*135px;*/
}

header .title.title_mobile{
    color: #ffffff;
    font: 900 36px/43px 'Open Sans';
    padding: 22px 0;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    text-align: center;
    margin-bottom: 135px;
    margin-left: -20%;
}
header .title span {
    color: #97BF3A;
}
header .title::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: #474B8B;/*ffffff*/
    content: '';
}
header .title::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #474B8B;/*ffffff*/
    content: '';
}
footer {
    padding: 19px 0;
    text-align: center;
    background: #97BF3A;
}
footer p {
    font: bold 13px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 0;
}
footer p a {
    color: #ffffff;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
footer p a:hover {
    color: #606060;
}
footer em {
    font-style: normal;
}
footer span {
    padding: 0 2px;
}
footer br {
    display: none;
}
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 80px;
    right: 30px;
    overflow: hidden;
    border: none;
    color: #cdad4c;
    font-size: 32px;
    line-height: 38px;
    z-index: 20;
    -webkit-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
}
#toTop:hover {
    outline: none;
    color: #ce6c4a;
}
.trainerBox {
    margin-bottom: 30px;
    position: relative;
    display: block;
}
.trainerBox figure {
    margin: 0;
}
.trainerBox figure a {
    position: relative;
    display: block;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.trainerBox figure a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.trainerBox figure a:hover img {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
.trainerBox figure img {
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    outline: 1px solid transparent;
}
.welcome-box {
    text-align: center;
    margin-bottom: 88px;
}
.welcome-box .title {
    font-size: 38px;
    color: #3f3f3f;
    margin-bottom: 13px;
}
.who-box .col-lg-4 {
    margin-bottom: 35px;
}
.thumb-box1 .col-lg-4 {
    margin-bottom: 63px;
}
.thumb-box2 {
    background: #f2f2f2;
    padding: 55px 0 59px 0;
    margin-bottom: 132px;
}
.thumb-box3 {
    padding-bottom: 60px;
}
.thumb-box4 {
    background: #f2f2f2;
    padding: 55px 0 59px 0;
    margin-bottom: 58px;
}
.thumb-box4 figure {
    margin-top: 46px;
}
.thumb-box4 figure img {
    width: 100%;
}
.thumb-box4.indent {
    margin-bottom: 0;
}
.thumb-box5 {
    padding-bottom: 62px;
}
.thumb-box5 h2 {
    padding: 0;
    border: none;
    width: 100%;
    text-align: center;
    margin: 0 0 21px 0;
}
.thumb-box6 {
    background: #f2f2f2;
    padding: 55px 0 0 0;
    margin-bottom: 58px;
    overflow: hidden;
}
.thumb-box7 {
    overflow: hidden;
}
.thumb-box7 .col-lg-3, .thumb-box7 .col-lg-4, .thumb-box7 .col-lg-5 {
    margin-bottom: 30px;
}
.thumb-box8 {
    padding: 74px 0 63px 0;
}
.thumb-box9 {
    background: #f2f2f2;
    padding: 55px 0 0 0;
}
.thumb-box10 {
    padding: 55px 0 23px 0;
}
.thumb-box11 {
    background: url(../img/bg_pic2.jpg) right bottom fixed repeat;
    padding: 137px 0;
    text-align: center;
}
.thumb-box11 .title {
    color: #ffffff;
    font: 900 36px/43px 'Open Sans';
    padding: 22px 0;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    text-align: center;
    margin-bottom: 0;
    width: 100%;
}
.thumb-box11 .title span {
    color: #ff903f;
}
.thumb-box11 .title::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: #ffffff;
    content: '';
}
.thumb-box11 .title::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #ffffff;
    content: '';
}
/*-----thumbs-----*/
.thumb-pad1 {
    margin: 0;
    padding-bottom: 0;
    text-align: center;
    border: 1px solid #d6d6d6;
    border-bottom: 4px solid #82A335;
}
.thumb-pad1.indent {
    padding: 0 35px 51px 35px;
}
.thumb-pad1 .thumbnail {
    position: relative;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
}
.thumb-pad1 .thumbnail .caption {
    padding: 0 30px;
    color: #686868;
}
.thumb-pad1 .thumbnail .caption .title {
    font: 900 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #606060;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.thumb-pad1 .thumbnail .caption .lnk {
    font: 900 13px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #606060;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.thumb-pad1 .thumbnail .caption .lnk::before, .thumb-pad1 .thumbnail .caption .lnk::after {
    position: absolute;
    left: -50px;
    top: 9px;
    width: 39px;
    height: 1px;
    background: #9b9b9b;
    content: '';
}
.thumb-pad1 .thumbnail .caption .lnk::before {
    left: auto;
    right: -50px;
}
.thumb-pad1 .thumbnail .caption .lnk:hover {
    color: #cdad4c;
}
.thumb-pad1 figure {
    margin: -71px 0 30px 0;
}
.thumb-pad2 {
    margin: 0 0 32px 0;
    overflow: hidden;
}
.thumb-pad2 .thumbnail {
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
}
.thumb-pad2 figure {
    margin: 0;
    position: relative;
    height: 200px;
}
.thumb-pad2 figure img {
    width: 100%;
    height: 100%;
}
.thumb-pad2 figure i {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 60px 30px 0 30px;
    top: 0;
    left: 0;
    display: block;
    background: #ce6c4a;
    background: rgba(206, 108, 74, 0.6);
    font-weight: normal;
    -webkit-transform: translateY(0) translateX(0) scale(0.25);
    transform: translateY(0) translateX(0) scale(0.25);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    opacity: 0;
    filter: alpha(opacity=0);
    font: 20px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    color: #ffffff;
}
.thumb-pad2 figure a {
    display: block;
}
.thumb-pad2 figure a:hover i {
    -webkit-transform: translateY(0) translateX(0) scale(1);
    transform: translateY(0) translateX(0) scale(1);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    opacity: 100;
    filter: alpha(opacity=10000);
}
.thumb-pad2 figure .title {
    color: #ffffff;
    text-transform: uppercase;
    font: 900 18px/18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 11px;
    display: block !important;
}
.thumb-pad2 figure span {
    color: #ffffff;
    margin-bottom: 0;
    font: 13px/24px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.thumb-pad3 {
    overflow: hidden;
    margin: 0;
    padding-bottom: 32px;
}
.thumb-pad3 .thumbnail {
    position: relative;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: none;
}
.thumb-pad3 .thumbnail .caption {
    padding: 0;
    color: #686868;
}
.thumb-pad3 .thumbnail .caption p {
    margin-bottom: 0;
}
.thumb-pad3 .thumbnail .caption p a {
    font-size: 16px;
    color: #ce6c4a;
    margin-left: 3px;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.thumb-pad3 .thumbnail .caption p a:hover {
    color: #606060;
}
.thumb-pad3 figure {
    margin: 0 0 26px 0;
}
.thumb-pad3 figure img {
    width: 100%;
}
.thumb-pad4 {
    margin: 0;
    overflow: hidden;
}
.thumb-pad4 .thumbnail {
    position: relative;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
    overflow: hidden;
}
.thumb-pad4 .thumbnail .caption {
    padding: 0;
    overflow: hidden;
}
.thumb-pad4 figure {
    margin: 0 0 28px 0;
}
.thumb-pad4 figure img {
    width: auto;/*100%*/
    min-height: 255px;
    max-height:275px;
}
.thumb-pad5 {
    margin: 0 0 62px 0;
    overflow: hidden;
}
.thumb-pad5 hr {
    display: block;
    margin: 0;
    border-top: 1px solid #919aa4;
    border-bottom: 1px solid #919aa4;
    height: 6px;
}
.thumb-pad5 .thumbnail {
    position: relative;
    margin: 0 0 44px 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
    overflow: hidden;
}
.thumb-pad5 .thumbnail .caption {
    padding: 0;
}
.thumb-pad5 .thumbnail .caption p {
    margin-bottom: 0;
}
.thumb-pad6 {
    overflow: hidden;
    margin-bottom: 41px;
    text-align: left;
}
.thumb-pad6 hr {
    display: block;
    margin: 0;
    border-top: 1px solid #919aa4;
    border-bottom: 1px solid #919aa4;
    height: 6px;
}
.thumb-pad6 .thumbnail {
    position: relative;
    padding: 35px 0 47px 0;
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: none;
}
.thumb-pad6 .thumbnail a {
    font: bold 13px 'Open Sans';
    color: #2c3e50;
    text-transform: uppercase;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.thumb-pad6 .thumbnail a:hover {
    color: #ffcc0d;
}
.thumb-pad6 .thumbnail p {
    margin-bottom: 17px;
}
.thumb-pad6 .thumbnail .caption {
    padding: 0;
    overflow: hidden;
    color: #686868;
}
.thumb-pad6 .thumbnail figure {
    float: left;
    display: block;
    margin: 8px 32px 0 0;
}
.thumb-pad7 {
    margin: 0 0 54px 0;
    overflow: hidden;
}
.thumb-pad7 .thumbnail {
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
    overflow: hidden;
}
.thumb-pad7 .thumbnail .caption {
    padding: 0;
    overflow: hidden;
}
.thumb-pad7 .thumbnail .caption p {
    margin-bottom: 0;
}
.thumb-pad7 .thumbnail figure {
    margin: 0 0 26px 0;
}
.thumb-pad7 .thumbnail figure img {
    width: 100%;
    height: 200px;
}
.thumb-pad8 {
    margin: 0;
}
.thumb-pad8 .thumbnail {
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
    padding: 0;
    background: none;
    overflow: hidden;
}
.thumb-pad8 .thumbnail .caption {
    padding: 0;
    overflow: hidden;
    color: #686868;
}
.thumb-pad8 .thumbnail .caption div {
    float: right;
    text-align: right;
}
.thumb-pad8 .thumbnail .caption a {
    font: 30px 'Niconne';
    color: #373739;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.thumb-pad8 .thumbnail .caption a:hover {
    color: #ce6c4a;
}
.thumb-pad8 figure {
    margin: 0 30px 0 0;
    float: left;
}
/*-----btn-----*/
.btn-default.btn1 {
    box-shadow: none;
    text-decoration: none !important;
    display: inline-block;
    padding: 0 17px;
    font: bold 13px/33px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    text-transform: uppercase;
    text-shadow: none;
    border-radius: 0;
    color: #ffffff;
    background: #97BF3A;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    margin-left: 25%;
}
.btn-default.btn1:hover {
    color: #ffffff;
    background: #cdad4c !important;
    text-decoration: none !important;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.btn-default.btn2 {
    box-shadow: none;
    text-decoration: none !important;
    display: inline-block;
    padding: 0 30px;
    font: bold 13px/33px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    text-transform: uppercase;
    text-shadow: none;
    border-radius: 0;
    color: #ffffff;
    background: #97BF3A;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.btn-default.btn2:hover {
    color: #ffffff;
    background: #ce6c4a !important;
    text-decoration: none !important;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.btn-default.btn3 {
    box-shadow: none;
    text-decoration: none !important;
    display: inline-block;
    padding: 0 30px;
    font: 500 16px/44px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    text-shadow: none;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 0;
    background: #ea4959;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.btn-default.btn3:hover {
    color: #ffffff;
    background: #74c0bc !important;
    text-decoration: none !important;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.btn-default.btn4 {
    box-shadow: none;
    text-decoration: none !important;
    display: inline-block;
    padding: 0 31px;
    font: bold 18px/40px 'Open Sans';
    margin: 0;
    text-shadow: none;
    color: #ffffff;
    border-radius: 0;
    background: #353535;
    border: none;
    text-shadow: 1px 1px 0 #222;
    position: relative;
    top: 26px;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.btn-default.btn4:hover {
    color: #ffffff;
    background: #b04684;
    text-shadow: 1px 1px #a4417b;
    text-decoration: none !important;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.btn-default.btn5 {
    box-shadow: none;
    position: relative;
    text-decoration: none !important;
    padding: 0;
    font: bold 12px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    text-shadow: none;
    color: #f15374;
    background: none;
    display: inline-block;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.btn-default.btn5:hover {
    color: #222;
    background: none;
    text-decoration: none !important;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.btn-default.btn6 {
    box-shadow: none;
    position: relative;
    text-decoration: none !important;
    display: inline-block;
    padding: 0 32px;
    font: 800 14px/43px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin: 0;
    text-shadow: none;
    color: #ffffff;
    background: none;
    border: 1px solid #ffffff;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.btn-default.btn6:hover {
    color: #222;
    background: #ffffff;
    text-decoration: none !important;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
/*-----image-----*/
.image-crc-start {
    max-height: 450px !important;
    height: 450px !important;
    width: 575px !important;
    background-color: none !important;
}

.image-tbl-sparen {
    height: 284px; /*!important;*/
    width: 284px !important;
    background-color: none !important;
    /*padding: 10px !important;*/
}

.image-crc-amagrar {
    height: 421px !important;
    width: 416px !important;
    background-color: none !important;
    padding: 10px !important;
}

.image-tbl-amagar {
    height: 637px; /*!important;*/
    width: 811px !important;
    background-color: none !important;
    padding: 10px !important;
}
/*-----list-----*/
.list1-1 {
    margin: 0 0 15px 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.list1-1 li {
    font-size: 13px;
    line-height: 1.428571429;
    overflow: hidden;
    margin-bottom: 12px;
    padding-left: 17px;
    background: url(../img/list_arrow.png) left 6px no-repeat;
}
.list1-1 li a {
    font: 13px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #686868;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.list1-1 li a:hover {
    color: #d0b258;
}
.list1 {
    margin: 0 0 60px 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.list1 li {
    font-size: 20px; /*13px*/
    line-height: 1.5; /*1.428571429*/
    overflow: hidden;
    margin-bottom: 16px; /*19px*/
    padding-left: 22px;
    background: url(../img/list_arrow.png) left 5px no-repeat;
}
.list1 li p {
    margin-bottom: 0;
}
.list1 li a {
    font: bold 14px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #2c3e50;
    text-transform: uppercase;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.list1 li a:hover {
    color: #ffcc0d;
}
.list2 {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.list2 li {
    font-size: 13px;
    line-height: 1.428571429;
    margin-bottom: 26px;
}
.list2 li time {
    font: 900 18px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #606060;
    float: left;
    margin-right: 28px;
}
.list2 li p {
    margin-bottom: 0;
    line-height: 22px;
}
.list3 {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list3 li {
    font-size: 13px;
    line-height: 1.428571429;
    margin-bottom: 26px;
    overflow: hidden;
}
.list3 li p {
    margin-bottom: 0;
}
.list3 li strong {
    float: left;
    margin-right: 19px;
    color: #5f5f5f;
    font-size: 50px;
    margin-top: 4px;
    width: 55px;
}
.list3 li a {
    font: 13px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #018bab;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.list3 li a:hover {
    color: #000000;
}
.list4 {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list4 li {
    font-size: 13px;
    line-height: 1.428571429;
    margin-bottom: 28px;
}
.list4 li p {
    margin-bottom: 0;
}
.list4 li .badge {
    padding: 0;
    margin: 5px 26px 0 0;
    display: inline-block;
    color: #2c3e50;
    font: bold 50px/84px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #ffcc0d;
    border: none;
    width: 84px;
    height: 84px;
    border-radius: 0;
    text-align: center;
    float: left;
}
.list5 {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list5 li {
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 10px;
    margin-bottom: 13px;
}
.list5 li a {
    color: #ff5d5c;
    font: 13px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 24px;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.list5 li a:hover {
    color: #686868;
}
.list5 li:last-child {
    border-bottom: none;
}
.list6 {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list6 li {
    font-size: 13px;
    line-height: 1.428571429;
    margin-bottom: 26px;
    overflow: hidden;
}
.list6 li p {
    margin-bottom: 0;
}
.list6 li time {
    color: #74c0bc;
    font: 13px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    float: left;
    margin-right: 6px;
}
.list7 {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list7 li {
    font-size: 13px;
    line-height: 1.428571429;
    margin-bottom: 0;
}
.list7 li .badge {
    padding: 0;
    margin: 0;
    width: 53px;
    height: 53px;
    border-radius: 100%;
    background: #74c0bc;
    text-align: center;
    line-height: 52px;
    color: #ffffff;
    font-size: 24px;
    float: left;
    margin-right: 12px;
    margin-top: 6px;
}
.list7 li .title {
    text-transform: uppercase;
    color: #74c0bc;
    font: 300 13px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 11px;
}
.list8 {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list8 li {
    font-size: 13px;
    line-height: 1.428571429;
    margin-bottom: 26px;
}
/*-----search-----*/
#search-404 {
    position: relative;
    overflow: hidden;
    margin-top: 15px;
    display: inline-block;
}
#search-404 a {
    position: absolute;
    top: 6px;
    right: 6px;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
#search-404 a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
#search-404 input {
    box-shadow: none;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    width: 372px;
    outline: none;
    border: 1px solid #d6d6d6;
    background: #f9f9f9;
    font: 13px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 18px;
    color: #686868;
    padding: 8px 35px 8px 14px;
    height: 36px;
    resize: none;
}
#search {
    margin: 8px 0 0 0;
    position: relative;
    float: right;
}
#search a {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
}
#search a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
#search input {
    box-shadow: none;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    margin: 0;
    width: 270px;
    background: #ffffff;
    background: rgba(255, 255, 255, 0.5);
    font: 13px/48px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ffffff;
    padding: 0 58px 0 14px;
    height: 48px;
    outline: none;
    resize: none;
    overflow: hidden;
}
/*-----map-----*/
.formBox {
    padding: 0 0 0 0;/*50px 0 0 0*/
    margin-bottom: 52px;/*52px*/
    background: #ffffff;/*f2f2f2*/
}
.map {
    margin: 0 0 60px 0;
    width: 100%;
    line-height: 0;
    overflow: hidden;
}
.map iframe {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 437px;
    border: none;
    line-height: 0;
    overflow: hidden;
}
.info p {
    margin-bottom: 29px;
}
.priv-box {
    padding-bottom: 60px;
}
.mail {
    color: #ce6c4a;
    font: 13px 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.mail:hover {
    color: #606060;
    text-decoration: none;
}
.errorBox {
    text-align: center;
    margin-bottom: 85px;
}
.errorBox figure {
    margin-bottom: 56px;
}
/*------------------------------------------------------media queries---------------------------------------------------------*/
@media (min-width: 1281px) { /*(min-width: 1220px)*/
    .container {
        padding: 0;
    }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1280px) { /*(max-width: 1219px)*/
    .logo-deeper {/*NEU*/
        padding-top: 10px;
    }
    #toTop {
        display: none !important;
    }
    .thumb-pad2 figure i {
        padding: 25px 30px 0 30px;
    }
    .thumb-box11 {
        background: #f2f2f2;
    }
    .thumb-box11 .title {
        color: #606060;
    }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
    .logo-deeper {/*NEU*/
        padding-top: 30px;
    }
    #toTop {
        display: none !important;
    }
    .thumb-box11 {
        background: #f2f2f2;
    }
    .thumb-box11 .title {
        color: #606060;
    }
    .image-tbl-amagar { /*NEU*/
    height: 477px; /*!important;*/
    width: 608px !important;
    background-color: none !important;
    padding: 10px !important;
    }
    .image-crc-amagrar {
    height: 421px !important;
    width: 416px !important;
    background-color: none !important;
    padding: 10px !important;
    }
    .image-crc-start {
    max-height: 450px !important;
    height: 450px !important;
    width: 575px !important;
    background-color: none !important;
    }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
    .logo-deeper {/*NEU*/
        padding-top: 50px;
    }
    #toTop {
        display: none !important;
    }
    nav.tm_navbar .nav {
        display: none;
    }
    nav.tm_navbar {
        width: 100%;
    }
    .select-menu {
        display: inline-block !important;
        padding-top: 4px;
        padding-right: 3px;
        padding-bottom: 4px;
        width: 100%;
        border: 1px solid #ce6c4a;
        background: #ce6c4a;
        color: #ffffff;
        cursor: pointer;
        height: 30px;
        font-size: 12px;
        vertical-align: middle;
    }
    header .title {
        font-size: 25px;
        line-height: 35px;
    }
    .thumb-pad1 {
        height: auto !important;
        margin-bottom: 110px;
        padding-bottom: 60px;
    }
    .thumb-pad2 figure p {
        display: none;
    }
    .thumb-pad4 figure {
        margin: 0 20px 0 0;
        float: left;
    }
    .thumb-pad4 .thumbnail .caption {
        overflow: visible;
    }
    .thumb-box11 {
        background: #f2f2f2;
        padding: 57px 0;
    }
    .thumb-box11 .title {
        color: #606060;
    }
    .thumb-box4 .col-lg-6 {
        float: none !important;
    }
    .thumb-box4 figure {
        margin-bottom: 30px;
    }
    .map iframe {
        height: 300px;
    }
    .image-tbl-amagar { /*NEU*/
    height: 358px; /*!important;*/
    width: 456px !important;
    background-color: none !important;
    padding: 10px !important;
    }
    .image-crc-amagrar {
    height: 421px !important;
    width: 416px !important;
    background-color: none !important;
    padding: 10px !important;
    }
    .image-crc-start {
    /*max-height: 450px !important;*/
    height: 352px !important;
    width: 450px !important;
    background-color: none !important;
    }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 626px) {
    .logo-deeper {/*NEU*/
        padding-top: 60px;
    }
    .thumb-pad4 figure {
        margin: 0 0 28px 0;
        float: none;
    }
    .image-tbl-amagar { /*NEU*/
    height: 358px; /*!important;*/
    width: 456px !important;
    background-color: none !important;
    padding: 10px !important;
    }
    .image-crc-amagrar {
    height: 421px !important;
    width: 416px !important;
    background-color: none !important;
    padding: 10px !important;
    }
    .image-crc-start {
    /*max-height: 450px !important;*/
    height: 352px !important;
    width: 450px !important;
    background-color: none !important;
    }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 560px) {
    .logo-deeper {/*NEU*/
        padding-top: 70px;
    }
    .thumb-pad2 figure i {
        padding-top: 25px;
    }
    .image-tbl-amagar { /*NEU*/
    height: 358px; /*!important;*/
    width: 456px !important;
    background-color: none !important;
    padding: 10px !important;
    }
    .image-crc-amagrar {
    height: 421px !important;
    width: 416px !important;
    background-color: none !important;
    padding: 10px !important;
    }
    .image-crc-start {
    /*max-height: 450px !important;*/
    height: 352px !important;
    width: 450px !important;
    background-color: none !important;
    }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 480px) {
    .logo-deeper {/*NEU*/
        padding-top: 90px;
    }
    .col-xs-6 {
        width: 100%;
        float: none;
    }
    h1.navbar-brand_ img {
        width: 100%;
    }
    .thumb-pad8 figure {
        margin: 0 0 20px 0;
        float: none;
    }
    #search-404 {
        display: block;
    }
    #search-404 input {
        width: 100%;
    }
    .errorBox figure img {
        width: 100%;
    }
    .image-crc-amagrar {
    height: 316px !important;
    width: 312px !important;
    background-color: none !important;
    padding: 10px !important;
    }
    .image-tbl-amagar { /*NEU*/
    height: 269px; /*!important;*/
    width: 342px !important;
    background-color: none !important;
    padding: 10px !important;
    }
    .image-crc-start {
    /*max-height: 450px !important;*/
    height: 352px !important;
    width: 450px !important;
    background-color: none !important;
    }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 320px) {
    .thumb-pad8 figure img {
        width: 100%;
    }
    .col-xs-4 {
        width: 100%;
        float: none;
    }
    .col-xs-6 {
        width: 100%;
        float: none;
    }
    .image-tbl-amagar { /*NEU*/
    height: 201px; /*!important;*/
    width: 257px !important;
    background-color: none !important;
    padding: 10px !important;
    }
    .image-crc-amagrar {
    height: 316px !important;
    width: 312px !important;
    background-color: none !important;
    padding: 10px !important;
    }
    .image-crc-start {
    /*max-height: 450px !important;*/
    height: 250px !important;
    width: 320px !important;
    background-color: none !important;
    }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
.margBot {
    margin-bottom: 0;
}
.padBot {
    padding-bottom: 0;
}
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
.f-nav{ z-index: 9999; position: fixed; left: 0; top: 0; width: 100%;}

.menuBox.isFixed{
    padding: 12px 0;
    margin-bottom: 24px;
    text-align: center;
    background: rgb(255, 255, 255);/*rgb(36, 78, 142)*/
    border-bottom-left-radius: 5px;
    height: 50px;
    border-bottom-right-radius: 5px;
    border: solid 1px;
    box-shadow: 2px 2px 5px 1px black;
}

.menuBox.cloned{
    padding: 12px 0;
    margin-bottom: 24px;
    text-align: center;
    background: rgb(255, 255, 255);/*rgb(36, 78, 142)*/
    border-bottom-left-radius: 5px;
    height: auto;
    border-bottom-right-radius: 5px;
    border: solid 1px;
    box-shadow: 2px 2px 5px 1px black;

}

.divspacer10 {
  border-collapse:separate;
  border-spacing:10px 10px;
}​​​​​​​​​​​​​

.divspacer5 {
  border-collapse:separate;
  border-spacing:5px 5px;
}​​​​​​​​​​​​​

//medium+ screen sizes
@media (min-width:992px) {
    .desktop-only {
        display:block !important;
    }
}

//small screen sizes
@media (max-width: 991px) {
    .mobile-only {
        display:block !important;
    }

    .desktop-only {
        display:none !important;
    }
}