/*!
 * Start Bootstrap - Creative Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

@font-face {
    font-family: 'gidoleregular';
    src: url('../fonts/gidole-regular-webfont.eot');
    src: url('../fonts/gidole-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gidole-regular-webfont.woff2') format('woff2'),
         url('../fonts/gidole-regular-webfont.woff') format('woff'),
         url('../fonts/gidole-regular-webfont.ttf') format('truetype'),
         url('../fonts/gidole-regular-webfont.svg#gidoleregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'gidoleregular',sans-serif;
    font-weight: normal;
}

hr {
    max-width: 50px;
    border-color: #38b9be;
    border-width: 3px;
}

hr.light {
    border-color: #fff;
}

a {
    color: #38b9be;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #38b9be;
}

h1,
h2,
h3,
h4,
h5,
h6,
.componentheading,
.zwischentitel {
font-family: 'gidoleregular', sans-serif;
color: #38b9be !important;
}
.frontheading {
color: #fff !important;
background: #38b9be !important;
padding: 4px;
padding-left: 15px;
padding-right: 15px;width: auto;
text-align: center;
border-radius:20px;
}

.zwischentitel {
font-size: 24px;
}

p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.6;
    color: #43434d;
}

.copytext {
font-size: 16px;
line-height: 1.5em;
}

.bg-primary {
 /*   background-image: url(../img/rezepte.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
*/
background: #fff;
color: #5f717e;
min-height: 700px;
}


.bg-dark {
    color: #fff;
    background-color: #222;
}

.text-faded {
    color: #333;
}

section {
    padding: 100px 0;
}
@media(max-width:480px) {
section {
    padding: 0;
padding-top: 30px;    
}
}
aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}

.navbar-default {
    border-color: rgba(34,34,34,.05);
font-family: 'gidoleregular', sans-serif;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.navbar-default .navbar-header .navbar-brand {
    text-transform: uppercase;
font-family: 'gidoleregular', sans-serif;
    font-weight: 700;
    color: #38b9be;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #eb3812;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 1.4em;
    color: #222;
}

@media(max-width:1280px) {
.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-size: 1.4em;
    color: #222;
}
}


.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #38b9be;
}
.navbar-default .nav > li > a {
letter-spacing: 0.05em;
}
.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #38b9be!important;
    background-color: transparent;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}

@media(min-width:768px) {
    .navbar-default {
        border-color: rgba(255,255,255,.3);
        background-color: transparent;
    }

    .navbar-default .navbar-header .navbar-brand {
        color: rgba(255,255,255,1);
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #fff;
    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: rgba(0,0,0,1);
    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: #525e65;
    }

    .navbar-default.affix {
        border-color: rgba(0,0,0,1);
        background-color: #fff;
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 14px;
        color: #38b9be;
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #eb3812;
    }

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: #222;
    }

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #38b9be;
    }
}

header {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background-image: url(../img/testintro.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(max-width:480px) {
header {
background-image: url(../img/header8-mobile.jpg);
}
header img {
margin-top: 100px;
}
}
.background {
    position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background-image: url(../img/header8soft.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.aboutus {
     position: relative;
    width: 100%;
    min-height: auto;
    text-align: center;
    color: #fff;
    background-image: url(../img/header8soft.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;;
}
header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
}

header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal;
    margin-bottom: 30px;
}

header .header-content .header-content-inner hr {
    margin: 30px auto;
}

header .header-content .header-content-inner p {
    margin-bottom: 50px;
    font-size: 20px !important;
    line-height: 26px;
    color: #333 !important;
    }
   header .header-content {
        position: absolute;
        top: 50%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

    header .header-content .header-content-inner p {
        margin-right: auto;
        margin-left: auto;
        font-size: 1.5em !important;
        line-height: 1.5em;
color: #444 !important;
        font-weight: 400;
    }

.introaddress {
font-size:20px;
color: #fff;
}

 @media(min-width:768px) {
    header {
    /* original: min-height: 100%; */
        min-height: 95%;
    }
    }
@media(max-width:480px) {
header {
/* original: min-height: 100%; */
min-height: 70%;
border-bottom: none;
margin-top: 40px;
}
}

header .header-content {
padding-left: 10px;
padding-right: 10px;
}
header .header-content .header-content-inner p {
 margin-bottom: 10px;
 font-size: 16px !important;
 line-height: 22px;
}
header .header-content .header-content-inner a {
color: #fff !important;
}
.introaddress {
font-size:18px;
}
.break{
display:block;
}
.point {
display: none;
}
}


.section-heading {
    margin-top: 0;
    font-size: 3em;
}

.service-box {
    margin: 50px auto 0;
    max-width: 400px;
}
.service-box .center,
#seminarbox .center {
text-align: center;
}

.service-box h2 {
color: #fff !important;
font-size: 24px;
}


#seminarbox h2 {
color: #38b9be !important;
line-height: 1.5em !important;
font-size: 24px;
text-align: left !important;
}
@media(max-width:480px) {
#seminarbox h2 {
font-size: 1.5em;
-ms-hyphens: auto;
-moz-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
}
}

.service-box p,
.service-box li {
font-family: 'gidoleregular', sans-serif;
color: #fff;
font-size: 16px;
-ms-hyphens: auto;
-moz-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
}
#beispielbox {
padding: 2.5%;
width: 95%;
background: rgba(255,255,255,0.2);
color: #fff;
font-size: 16px;
border-radius: 4px;
}
#beispielbox ul {
padding-left: 20px;
margin-top: 10px;
}
#beispielbox li {
margin-bottom: 5px;
}

@media(min-width:992px) {
    .service-box {
        margin: 20px auto 0;
    }
}

.service-box p {
    margin-bottom: 0;
}
@media(max-width:480px) {
.service-box {
border-bottom: 2px solid #fff;
padding-bottom: 20px;
}
}

.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(240,95,64,.9);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
font-family: 'gidoleregular', sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: #38b9be;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    border: 2px solid #fff !important;
    color: #fff !important;
    background-color: #38b9be !important;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    border-radius: 20px !important;
    font-size: 2em;
font-weight: normal !important;
}
@media(max-width:480px) {
.btn-default {
font-size: 1em;
padding: 10px;
}
}

.btn-default.yellow {
background: #fdc700 !important;
}



.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #222;
    background-color: #fff;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
}

.btn-default .badge {
    color: #fff;
    background-color: #222;
}

.btn-primary {
    border-color: #38b9be;
    color: #fff;
    background-color: #38b9be;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border-color: #ed431f;
    color: #fff;
    background-color: #ee4b28;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #38b9be;
    background-color: #38b9be;
}

.btn-primary .badge {
    color: #38b9be;
    background-color: #fff;
}

.btn {
    border: 0;
    border-radius: 300px;
    text-transform: uppercase;
font-family: 'gidoleregular', sans-serif;
    font-weight: 700;
}

.btn-xl {
    padding: 15px 30px;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #38b9be;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #38b9be;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #222;
}
.navbar-brand {
padding: 0 !important;
}
.navbar-brand img {
margin-top: 4px;
margin-left: 20px;
width: 36px;
height: 40px;
}
.creaviva {
background: url(../img/creaviva1.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
background-attachment: fixed;
min-height: 80%;
}
.creaviva h1,
.creaviva h3,
.creaviva p {
color: #525252 !important;
}


.kontakt {
background: #38b9be;
}
.kontakt h1 {
color: #fff !important;
}
@media(max-width:480px) {
.servicesection {
background-attachment: scroll;
}
}
.kompetenzen {
background: #c1e487;
}

.copytext.white {
color: #fff;
}

::-moz-selection { /* Code for Firefox */
background: #38b9be;
color: #fff;
}

::selection {
background: #38b9be;
color: #fff;
}
hr.whiteline {
max-width: 100% !important;
border-color: #888;
border-width: 1px;
}

#home.bg-primary {
background: #fff;
}
.bg-primary h3 {
color: #38b9be !important;
}
.bg-primary h3 {
color: #333 !important;
}

@media(max-width:480px) {
#home.bg-primary {
background: #fff;
}
}
.modal-body p {
color: #525e65 !important;
font-size: 14px;
line-height: 18px;
-ms-hyphens: auto;
-moz-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
margin-bottom: 5px;
}
.small p {
font-size: 14px;
line-height: 19px;
margin-bottom: 6px;
}
a.page-scroll2 {
color: #333 !important;
}
.referenz p {
color: #43434d;
font-size: 15px;
line-height: 23px;
margin: 0;
}
.referenz ul {
margin-top: 10px;
padding-left: 18px;
}
.referenz li {
list-style: square;
color: #43434d;
font-size: 15px;
line-height: 23px;
margin-bottom: 5px;
}
.referenz h3 {
border-top: 1px solid #cdcdcd;
padding-top: 20px;
line-height: 34px;
}
/* OLD JOOMLA STUFF */
#rightcol {
width: 100%;
float: left;
border-bottom: 1px solid #cdcdcd;
}
table.kompetenztab {
width: 100%;
float: left;
border: 1px solid #cdcdcd;
margin-top: 20px;
}
.kompetenztab td {
font-size: 18px;
line-height: 1.6;
border: 1px solid #cdcdcd;
padding: 5px;
}
.kompetenztab th {
background: #f4f4f4;
font-size: 18px;
line-height: 1.6;
padding: 5px;
font-family: 'gidoleregular', sans-serif;
color: #38b9be;
font-weight: normal;
}
@media(max-width:480px) {
table.kompetenztab {
margin-top: 0;
max-width: 100% !important;
}
.kompetenztab td,
.kompetenztab th {
font-size: 12px;
line-height: 1.4;
-ms-hyphens: auto;
-moz-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
}
}
@media(max-height:550px) {
header {
min-height: 100%;
}
}

@media only screen 
and (max-device-width : 320px) 
and (max-device-height : 480px) {
header {
margin-top: 40px;
}
.header-content-inner h1 {
font-size: 22px !important;
line-height: 28px;
padding-top: 35px;
}
.header-content-inner p {
font-size: 12px !important;
line-height: 20px !important;
}
.introaddress {
font-size: 12px !important;
line-height: 20px !important;
}
}
.navbar-fixed-top {
border-bottom: 2px solid #525e65;
background: rgba(255,255,255,0.7);
}
.trspback {
width: 48%;
padding: 10px;
background: rgba(255,255,255,1);
margin-right: 1%;
margin-left: 1%;
}
@media(max-width:480px) {
.trspback {
width: 100%;
padding: 2.5%;
margin: 0;
margin-top: 20px;
}
}
.trspback12 {
width: 100%;
padding: 10px;
background: rgba(255,255,255,0.83);
}
h1 {
font-size: 5em !important;
}
.introtitel {
color: #fff !important;
font-size: 3em;
background: #38b9be;
height:60px;
border-radius:30px;
width: auto;
padding-left: 20px;
padding-right: 20px;
}

.header-content-inner h1  {
margin-bottom: 20px !important;
font-size: 5em !important;
}

@media(max-width:480px) {
h1,
.header-content-inner h1 {
font-size: 3em !important;
line-height: 1.5em !important;
margin-bottom: 0 !important;
}
h1 .introtitel {
border-radius: 0px !important;
}
.frontheading {
border-radius: 0;
line-height: 1.5em;
}
.mobiletitle {
padding-left: 5px;
padding-right: 5px;
}
}
  #overlay {
    background: #fff;
    color:#efefef;
    height:450px;
  }
  /* container for external content. uses vertical scrollbar, if needed */
  div.contentWrap {
    height:441px;
    overflow-y:auto;
  }
  
  /* Modal Content */
.modal-backdrop {
background-color: #fff !important;
}
.modal-content {
border-radius: 0 !important;
box-shadow: none !important;
}

.modal.modal-wide .modal-dialog {
  width: 90%;
}
.modal-wide .modal-body {
  overflow-y: auto;
}
.modal-content {
padding: 20px;
background: #fff;
border: 4px solid #fdc700;
max-height: 90vh;
overflow-y: auto;
}
.modal-content h3 {
text-align: center;
}
.modal-content p {
text-align: left;
margin: 0;
font-size: 17px;
line-height: 21px;
color: #333;
}
.modal-content h5 {
font-size: 30px;
text-align: center;
}
.modal-content a {
outline: none !important;
}

#rezeptblock > p > img {
margin-bottom: 20px;
}
#rezeptblock {
float: left;
border-bottom: 3px solid #fdc700;
margin-bottom: 20px;
padding-bottom: 20px;
}
.printbutton {
border-radius: 0 !important;
float: right;
}
#overviewbox {
float: left;
margin-left: 1%;
margin-right: 1%;
margin-bottom: 20px;
background: #fff000;
width: 28%;
text-align: center !important;
}
#overviewbox a {
font-size: 16px;
line-height: 18px;
color: #333;
text-align: center !important;
}
img.overview {
width: 75px;
height: 75px;
margin: auto;
}
#trenner {
width:100%;
height:20px;
background:#38b9be;
color: #fff;
text-align: center;
font-size: 12px;
}
#trenner2 {
width:100%;
height:2px;
background:#38b9be;
color: #fff;
text-align: center;
font-size: 12px;
}
table.modaltable {
background: #fcfae5;
}

table.modaltable p,
.referenzmenge p {
font-size: 12px !important;
line-height: 16px;
}
table.modaltable td {
padding: 5px;
vertical-align: top;
}
.btn-home {
border: 2px solid #fff !important;
color: #fff;
background-color: #38b9be;
font-size: 2em;
font-family: 'gidoleregular', sans-serif !important;
font-weight: normal !important;
line-height: 1.5;
margin-top: -20px !important;
-webkit-box-shadow: 4px 3px 10px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 4px 3px 10px -4px rgba(0,0,0,0.75);
box-shadow: 4px 3px 10px -4px rgba(0,0,0,0.75);
text-transform: none;
}
.btn-home:hover {
background-color: #38b9be;
color: #fff !important;
}
.btn-home a {
color: #fff;
}
.btn-home a:hover {
text-decoration: none;
color: #fff !important;
}

@media(max-width:480px) {
.btn-home {
font-size: .85em;
}
}
.dropdown-menu > li > a {
font-size: 1.3em !important;
}
.formheader {
position: relative;
min-height: 100%;
text-align: left;
color: #333;
}
label,
option,
.form-select,
input,
textarea {
color: #333;
}
.form-submit {
background: #38b9be;
padding: 5px;
border: none;
text-align: center;
font-size: 18px;
color: #fff;
}
img.mainlogo {
max-width: 50% !important;
}
@media(max-width:480px) {
img.mainlogo {
max-width: 80% !important;
}
.buttonset {
display: none;
}
h1 {
text-align: center !important;
font-size: 2em;
line-height: 1em;
margin: 0 !important;
}
.text-left  {
text-align: center;
}
.text-left p,
.text-left h3 {
text-align: left;
}
}
@media(max-width:480px) {
.header-content h1 {
font-size: 2em !important;
line-height: 1.1em !important;
}
.form-group {
width: 95%;

}
input,
textarea {
margin-left: 5%;
max-width: 95%;
}

.kontakt h1 {
font-size: 2em !important;
}
.kontakt .copytext {
font-size: 1.5em !important;
}
.kontakt .copytext a {
color: #fff !important;
}
}