/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.animated{animation-duration:1s;animation-fill-mode:both;}.animated.infinite{animation-iteration-count:infinite;}.animated.hinge{animation-duration:2s;}.animated.flipOutX,.animated.flipOutY,.animated.bounceIn,.animated.bounceOut{animation-duration:.75s;}@keyframes bounce{from,20%,53%,80%,to{animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transform:translate3d(0,0,0);}40%,43%{animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);transform:translate3d(0,-30px,0);}70%{animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);transform:translate3d(0,-15px,0);}90%{transform:translate3d(0,-4px,0);}}.bounce{animation-name:bounce;transform-origin:center bottom;}@keyframes flash{from,50%,to{opacity:1;}25%,75%{opacity:0;}}.flash{animation-name:flash;}@keyframes pulse{from{transform:scale3d(1,1,1);}50%{transform:scale3d(1.05,1.05,1.05);}to{transform:scale3d(1,1,1);}}.pulse{animation-name:pulse;}@keyframes rubberBand{from{transform:scale3d(1,1,1);}30%{transform:scale3d(1.25,0.75,1);}40%{transform:scale3d(0.75,1.25,1);}50%{transform:scale3d(1.15,0.85,1);}65%{transform:scale3d(.95,1.05,1);}75%{transform:scale3d(1.05,.95,1);}to{transform:scale3d(1,1,1);}}.rubberBand{animation-name:rubberBand;}@keyframes shake{from,to{transform:translate3d(0,0,0);}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0);}20%,40%,60%,80%{transform:translate3d(10px,0,0);}}.shake{animation-name:shake;}@keyframes headShake{0%{transform:translateX(0);}6.5%{transform:translateX(-6px) rotateY(-9deg);}18.5%{transform:translateX(5px) rotateY(7deg);}31.5%{transform:translateX(-3px) rotateY(-5deg);}43.5%{transform:translateX(2px) rotateY(3deg);}50%{transform:translateX(0);}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake;}@keyframes swing{20%{transform:rotate3d(0,0,1,15deg);}40%{transform:rotate3d(0,0,1,-10deg);}60%{transform:rotate3d(0,0,1,5deg);}80%{transform:rotate3d(0,0,1,-5deg);}to{transform:rotate3d(0,0,1,0deg);}}.swing{transform-origin:top center;animation-name:swing;}@keyframes tada{from{transform:scale3d(1,1,1);}10%,20%{transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);}to{transform:scale3d(1,1,1);}}.tada{animation-name:tada;}@keyframes wobble{from{transform:none;}15%{transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);}30%{transform:translate3d(20%,0,0) rotate3d(0,0,1,3deg);}45%{transform:translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);}60%{transform:translate3d(10%,0,0) rotate3d(0,0,1,2deg);}75%{transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);}to{transform:none;}}.wobble{animation-name:wobble;}@keyframes jello{from,11.1%,to{transform:none;}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg);}33.3%{transform:skewX(6.25deg) skewY(6.25deg);}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg);}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg);}66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg);}77.7%{transform:skewX(0.390625deg) skewY(0.390625deg);}88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg);}}.jello{animation-name:jello;transform-origin:center;}@keyframes bounceIn{from,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);}0%{opacity:0;transform:scale3d(.3,.3,.3);}20%{transform:scale3d(1.1,1.1,1.1);}40%{transform:scale3d(.9,.9,.9);}60%{opacity:1;transform:scale3d(1.03,1.03,1.03);}80%{transform:scale3d(.97,.97,.97);}to{opacity:1;transform:scale3d(1,1,1);}}.bounceIn{animation-name:bounceIn;}@keyframes bounceInDown{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);}0%{opacity:0;transform:translate3d(0,-3000px,0);}60%{opacity:1;transform:translate3d(0,25px,0);}75%{transform:translate3d(0,-10px,0);}90%{transform:translate3d(0,5px,0);}to{transform:none;}}.bounceInDown{animation-name:bounceInDown;}@keyframes bounceInLeft{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);}0%{opacity:0;transform:translate3d(-3000px,0,0);}60%{opacity:1;transform:translate3d(25px,0,0);}75%{transform:translate3d(-10px,0,0);}90%{transform:translate3d(5px,0,0);}to{transform:none;}}.bounceInLeft{animation-name:bounceInLeft;}@keyframes bounceInRight{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);}from{opacity:0;transform:translate3d(3000px,0,0);}60%{opacity:1;transform:translate3d(-25px,0,0);}75%{transform:translate3d(10px,0,0);}90%{transform:translate3d(-5px,0,0);}to{transform:none;}}.bounceInRight{animation-name:bounceInRight;}@keyframes bounceInUp{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);}from{opacity:0;transform:translate3d(0,3000px,0);}60%{opacity:1;transform:translate3d(0,-20px,0);}75%{transform:translate3d(0,10px,0);}90%{transform:translate3d(0,-5px,0);}to{transform:translate3d(0,0,0);}}.bounceInUp{animation-name:bounceInUp;}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9);}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1);}to{opacity:0;transform:scale3d(.3,.3,.3);}}.bounceOut{animation-name:bounceOut;}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0);}40%,45%{opacity:1;transform:translate3d(0,-20px,0);}to{opacity:0;transform:translate3d(0,2000px,0);}}.bounceOutDown{animation-name:bounceOutDown;}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0);}to{opacity:0;transform:translate3d(-2000px,0,0);}}.bounceOutLeft{animation-name:bounceOutLeft;}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0);}to{opacity:0;transform:translate3d(2000px,0,0);}}.bounceOutRight{animation-name:bounceOutRight;}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0);}40%,45%{opacity:1;transform:translate3d(0,20px,0);}to{opacity:0;transform:translate3d(0,-2000px,0);}}.bounceOutUp{animation-name:bounceOutUp;}@keyframes fadeIn{from{opacity:0;}to{opacity:1;}}.fadeIn{animation-name:fadeIn;}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0);}to{opacity:1;transform:none;}}.fadeInDown{animation-name:fadeInDown;}@keyframes fadeInDownBig{from{opacity:0;transform:translate3d(0,-2000px,0);}to{opacity:1;transform:none;}}.fadeInDownBig{animation-name:fadeInDownBig;}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%,0,0);}to{opacity:1;transform:none;}}.fadeInLeft{animation-name:fadeInLeft;}@keyframes fadeInLeftBig{from{opacity:0;transform:translate3d(-2000px,0,0);}to{opacity:1;transform:none;}}.fadeInLeftBig{animation-name:fadeInLeftBig;}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%,0,0);}to{opacity:1;transform:none;}}.fadeInRight{animation-name:fadeInRight;}@keyframes fadeInRightBig{from{opacity:0;transform:translate3d(2000px,0,0);}to{opacity:1;transform:none;}}.fadeInRightBig{animation-name:fadeInRightBig;}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0);}to{opacity:1;transform:none;}}.fadeInUp{animation-name:fadeInUp;}@keyframes fadeInUpBig{from{opacity:0;transform:translate3d(0,2000px,0);}to{opacity:1;transform:none;}}.fadeInUpBig{animation-name:fadeInUpBig;}@keyframes fadeOut{from{opacity:1;}to{opacity:0;}}.fadeOut{animation-name:fadeOut;}@keyframes fadeOutDown{from{opacity:1;}to{opacity:0;transform:translate3d(0,100%,0);}}.fadeOutDown{animation-name:fadeOutDown;}@keyframes fadeOutDownBig{from{opacity:1;}to{opacity:0;transform:translate3d(0,2000px,0);}}.fadeOutDownBig{animation-name:fadeOutDownBig;}@keyframes fadeOutLeft{from{opacity:1;}to{opacity:0;transform:translate3d(-100%,0,0);}}.fadeOutLeft{animation-name:fadeOutLeft;}@keyframes fadeOutLeftBig{from{opacity:1;}to{opacity:0;transform:translate3d(-2000px,0,0);}}.fadeOutLeftBig{animation-name:fadeOutLeftBig;}@keyframes fadeOutRight{from{opacity:1;}to{opacity:0;transform:translate3d(100%,0,0);}}.fadeOutRight{animation-name:fadeOutRight;}@keyframes fadeOutRightBig{from{opacity:1;}to{opacity:0;transform:translate3d(2000px,0,0);}}.fadeOutRightBig{animation-name:fadeOutRightBig;}@keyframes fadeOutUp{from{opacity:1;}to{opacity:0;transform:translate3d(0,-100%,0);}}.fadeOutUp{animation-name:fadeOutUp;}@keyframes fadeOutUpBig{from{opacity:1;}to{opacity:0;transform:translate3d(0,-2000px,0);}}.fadeOutUpBig{animation-name:fadeOutUpBig;}@keyframes flip{from{transform:perspective(400px) rotate3d(0,1,0,-360deg);animation-timing-function:ease-out;}40%{transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);animation-timing-function:ease-out;}50%{transform:perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);animation-timing-function:ease-in;}80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in;}to{transform:perspective(400px);animation-timing-function:ease-in;}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip;}@keyframes flipInX{from{transform:perspective(400px) rotate3d(1,0,0,90deg);animation-timing-function:ease-in;opacity:0;}40%{transform:perspective(400px) rotate3d(1,0,0,-20deg);animation-timing-function:ease-in;}60%{transform:perspective(400px) rotate3d(1,0,0,10deg);opacity:1;}80%{transform:perspective(400px) rotate3d(1,0,0,-5deg);}to{transform:perspective(400px);}}.flipInX{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;animation-name:flipInX;}@keyframes flipInY{from{transform:perspective(400px) rotate3d(0,1,0,90deg);animation-timing-function:ease-in;opacity:0;}40%{transform:perspective(400px) rotate3d(0,1,0,-20deg);animation-timing-function:ease-in;}60%{transform:perspective(400px) rotate3d(0,1,0,10deg);opacity:1;}80%{transform:perspective(400px) rotate3d(0,1,0,-5deg);}to{transform:perspective(400px);}}.flipInY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;animation-name:flipInY;}@keyframes flipOutX{from{transform:perspective(400px);}30%{transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1;}to{transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0;}}.flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible !important;backface-visibility:visible !important;}@keyframes flipOutY{from{transform:perspective(400px);}30%{transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1;}to{transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0;}}.flipOutY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;animation-name:flipOutY;}@keyframes lightSpeedIn{from{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0;}60%{transform:skewX(20deg);opacity:1;}80%{transform:skewX(-5deg);opacity:1;}to{transform:none;opacity:1;}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out;}@keyframes lightSpeedOut{from{opacity:1;}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0;}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in;}@keyframes rotateIn{from{transform-origin:center;transform:rotate3d(0,0,1,-200deg);opacity:0;}to{transform-origin:center;transform:none;opacity:1;}}.rotateIn{animation-name:rotateIn;}@keyframes rotateInDownLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0;}to{transform-origin:left bottom;transform:none;opacity:1;}}.rotateInDownLeft{animation-name:rotateInDownLeft;}@keyframes rotateInDownRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,45deg);opacity:0;}to{transform-origin:right bottom;transform:none;opacity:1;}}.rotateInDownRight{animation-name:rotateInDownRight;}@keyframes rotateInUpLeft{from{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0;}to{transform-origin:left bottom;transform:none;opacity:1;}}.rotateInUpLeft{animation-name:rotateInUpLeft;}@keyframes rotateInUpRight{from{transform-origin:right bottom;transform:rotate3d(0,0,1,-90deg);opacity:0;}to{transform-origin:right bottom;transform:none;opacity:1;}}.rotateInUpRight{animation-name:rotateInUpRight;}@keyframes rotateOut{from{transform-origin:center;opacity:1;}to{transform-origin:center;transform:rotate3d(0,0,1,200deg);opacity:0;}}.rotateOut{animation-name:rotateOut;}@keyframes rotateOutDownLeft{from{transform-origin:left bottom;opacity:1;}to{transform-origin:left bottom;transform:rotate3d(0,0,1,45deg);opacity:0;}}.rotateOutDownLeft{animation-name:rotateOutDownLeft;}@keyframes rotateOutDownRight{from{transform-origin:right bottom;opacity:1;}to{transform-origin:right bottom;transform:rotate3d(0,0,1,-45deg);opacity:0;}}.rotateOutDownRight{animation-name:rotateOutDownRight;}@keyframes rotateOutUpLeft{from{transform-origin:left bottom;opacity:1;}to{transform-origin:left bottom;transform:rotate3d(0,0,1,-45deg);opacity:0;}}.rotateOutUpLeft{animation-name:rotateOutUpLeft;}@keyframes rotateOutUpRight{from{transform-origin:right bottom;opacity:1;}to{transform-origin:right bottom;transform:rotate3d(0,0,1,90deg);opacity:0;}}.rotateOutUpRight{animation-name:rotateOutUpRight;}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out;}20%,60%{transform:rotate3d(0,0,1,80deg);transform-origin:top left;animation-timing-function:ease-in-out;}40%,80%{transform:rotate3d(0,0,1,60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1;}to{transform:translate3d(0,700px,0);opacity:0;}}.hinge{animation-name:hinge;}@keyframes jackInTheBox{from{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom;}50%{transform:rotate(-10deg);}70%{transform:rotate(3deg);}to{opacity:1;transform:scale(1);}}.jackInTheBox{animation-name:jackInTheBox;}@keyframes rollIn{from{opacity:0;transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);}to{opacity:1;transform:none;}}.rollIn{animation-name:rollIn;}@keyframes rollOut{from{opacity:1;}to{opacity:0;transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);}}.rollOut{animation-name:rollOut;}@keyframes zoomIn{from{opacity:0;transform:scale3d(.3,.3,.3);}50%{opacity:1;}}.zoomIn{animation-name:zoomIn;}@keyframes zoomInDown{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);}}.zoomInDown{animation-name:zoomInDown;}@keyframes zoomInLeft{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);}}.zoomInLeft{animation-name:zoomInLeft;}@keyframes zoomInRight{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);}}.zoomInRight{animation-name:zoomInRight;}@keyframes zoomInUp{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);}}.zoomInUp{animation-name:zoomInUp;}@keyframes zoomOut{from{opacity:1;}50%{opacity:0;transform:scale3d(.3,.3,.3);}to{opacity:0;}}.zoomOut{animation-name:zoomOut;}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);}}.zoomOutDown{animation-name:zoomOutDown;}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0);}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center;}}.zoomOutLeft{animation-name:zoomOutLeft;}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center;}}.zoomOutRight{animation-name:zoomOutRight;}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(0.550,0.055,0.675,0.190);}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(0.175,0.885,0.320,1);}}.zoomOutUp{animation-name:zoomOutUp;}@keyframes slideInDown{from{transform:translate3d(0,-100%,0);visibility:visible;}to{transform:translate3d(0,0,0);}}.slideInDown{animation-name:slideInDown;}@keyframes slideInLeft{from{transform:translate3d(-100%,0,0);visibility:visible;}to{transform:translate3d(0,0,0);}}.slideInLeft{animation-name:slideInLeft;}@keyframes slideInRight{from{transform:translate3d(100%,0,0);visibility:visible;}to{transform:translate3d(0,0,0);}}.slideInRight{animation-name:slideInRight;}@keyframes slideInUp{from{transform:translate3d(0,100%,0);visibility:visible;}to{transform:translate3d(0,0,0);}}.slideInUp{animation-name:slideInUp;}@keyframes slideOutDown{from{transform:translate3d(0,0,0);}to{visibility:hidden;transform:translate3d(0,100%,0);}}.slideOutDown{animation-name:slideOutDown;}@keyframes slideOutLeft{from{transform:translate3d(0,0,0);}to{visibility:hidden;transform:translate3d(-100%,0,0);}}.slideOutLeft{animation-name:slideOutLeft;}@keyframes slideOutRight{from{transform:translate3d(0,0,0);}to{visibility:hidden;transform:translate3d(100%,0,0);}}.slideOutRight{animation-name:slideOutRight;}@keyframes slideOutUp{from{transform:translate3d(0,0,0);}to{visibility:hidden;transform:translate3d(0,-100%,0);}}.slideOutUp{animation-name:slideOutUp;}
@font-face{font-family:'Quicksand';font-style:normal;font-weight:400;src:url(/themes/bootstrap_subtheme/fonts/quicksand-v30-latin-regular.eot);src:local(''),url(/themes/bootstrap_subtheme/fonts/quicksand-v30-latin-regular.eot#iefix) format('embedded-opentype'),url(/themes/bootstrap_subtheme/fonts/quicksand-v30-latin-regular.woff2) format('woff2'),url(/themes/bootstrap_subtheme/fonts/quicksand-v30-latin-regular.woff) format('woff'),url(/themes/bootstrap_subtheme/fonts/quicksand-v30-latin-regular.ttf) format('truetype'),url(/themes/bootstrap_subtheme/fonts/quicksand-v30-latin-regular.svg#Quicksand) format('svg');}@font-face{font-family:'Quicksand';font-style:normal;font-weight:500;src:url(/themes/bootstrap_subtheme/fonts/quicksand-v30-latin-500.eot);src:local(''),url(/themes/bootstrap_subtheme/fonts/quicksand-v30-latin-500.eot#iefix) format('embedded-opentype'),url(/themes/bootstrap_subtheme/fonts/quicksand-v30-latin-500.woff2) format('woff2'),url(/themes/bootstrap_subtheme/fonts/quicksand-v30-latin-500.woff) format('woff'),url(/themes/bootstrap_subtheme/fonts/quicksand-v30-latin-500.ttf) format('truetype'),url(/themes/bootstrap_subtheme/fonts/quicksand-v30-latin-500.svg#Quicksand) format('svg');}body{font-family:'Quicksand',sans-serif;color:#6e6e6d;font-size:17px;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto;}h1{margin:0 0 10px 0;color:#d29119;font-size:30px;}h2{margin:0 0 10px 0;color:#d29119;font-size:26px;}h3{margin:0 0 10px 0;color:#d29119;font-size:24px;}h4{margin:0 0 10px 0;color:#d29119;font-size:22px;}h5{font-size:20px;font-weight:500;}h6{font-size:19px;font-weight:500;}a{color:#d29119;}a:hover,a:active,a:focus{color:#6e6e6d;text-decoration:none;}strong{font-weight:bold;}.user-login-form{margin:30px 30%;}#backtotop{background:url(/themes/bootstrap_subtheme/images/nachoben.png) no-repeat center center;background-size:contain;height:50px;width:50px;bottom:40px;}.bg-grey{background:#eff0f0;}.bg-gold{background:#e2bf76;}.bg-petrol{background:#084d4d;}.logo{display:block;width:200px;text-align:center;position:relative;margin:20px auto;}.logo img{width:200px;}.btn-success a{color:#fff;}article img{max-width:100%;height:auto;}.artikel-flex{display:-webkit-flex;display:flex;margin:0 -15px 15px -15px;}.flex-item1{width:8.33%;margin:0 15px 0 0;}.flex-item2{width:91.66%;}.artikel-inhalt{padding:15px;margin:0 0 20px 0;}.artikel-inhalt .field--label:after{content:':';}.artikel-display-home .field--name-field-artikel-anhang .file-size,.artikel-display .field--name-field-artikel-anhang .file-size{display:none;}.artikel-display-home .file > span,.artikel-display .file > span{background:transparent;color:#337ab7;border:none;font-weight:normal;font-size:16px;}.artikel-display .file > span a{color:#d29119;}.artikel-display-home .file > span a{color:#000;}.artikel-display .file-size{display:none;}.artikel-display .glyphicon:before{content:"\e142";color:#d29119;padding:0 5px 0 0;}.artikel-display-home .glyphicon:before{content:"\e142";color:#000;padding:0 5px 0 0;}.artikel-display-home{color:#fff;}.artikel-display-home a{color:#000;}.artikel-display-home h2,.artikel-display-home h3{color:#fff;}.artikel-kontakt{margin:30px 0;}.artikel-kontakt .field--label{margin-bottom:10px;}.artikel-display .slick img{padding:0 15px 0 0;}.link-verlobungsringe,.link-trauringe{border:1px solid #d29119;border-width:1px 0 1px 1px;padding:25px 15px 15px 15px;margin:15px -40px 30px 30px;}.link-verlobungsringe p,.link-trauringe p{color:#6e6e6d;}.stoerer h1{margin:0 0 10px 0;}.stoerer{border:1px solid #d29119;border-width:3px 0 3px 3px;padding:15px;margin:15px -40px 30px 30px;}.artikel-display-home .stoerer{color:#6e6e6d;}.artikel-display-home .stoerer h2{color:#d29119;}.stoerer .views-field-field-artikel-inhalt{color:#D63A3B;}.stoerer .views-field-field-artikel-inhalt img{width:100%;height:auto;}.slick-list{margin:15px 0 15px 30px;}.redaktion,.ringe-intern{display:none;}.user-logged-in .redaktion,.user-logged-in .ringe-intern{display:block;font-style:italic;}.klick{color:#d29119;}.flex-ringe{display:-webkit-flex;display:flex;flex-direction:row;flex-wrap:wrap;margin:0 -15px;}.flex-ringe-item{width:50%;padding:5px;}.field--label{font-weight:500;display:inline;}.ringe .field--item{display:inline;}.ringe .field__items{display:inline;}.ringe-eigenmarke{font-weight:500;}.paragraph--type--steinpreise{width:100%;}.field--name-field-ringe-karat{margin-right:20px;}.field--name-field-ringe-kontakt .field--label{color:#d29119;font-size:18px;padding:0 0 20px 0;display:block;}.field--name-field-ringe-kontakt{padding:30px 0;}.field--name-field-ringe-breite-damen .field--label,.field--name-field-ringe-breite-herre,.field--name-field-ringe-farbigkeit,.field--name-field-ringe-steinart-neu,.field--name-field-ringe-steinanzahl,.field--name-field-ringe-legierung,.field--name-field-ringe-kontakt{clear:both;}.paragraph--type--steinpreise{margin:10px 0;}.field--name-field-ringe-preis{clear:both;}.field--name-field-ringe-kontakt .field--label:after{content:" ";}.field--name-field-kategorie-bild .field--label{display:none;}.hersteller .field--label,.hersteller .field--name-name{display:none;}.ringe{position:relative;}.hersteller{width:120px;padding:10px;background:#fff;margin:15px 0 0 0;}.ringe-inhalt{float:right;}.form-control{height:unset;}.contact-form .control-label{font-weight:500;}.contact-form .form-required:after{content:'*';color:#d29119;margin:0 2px;}.btn-default{border-radius:0;}.contact-form .btn-primary{color:#fff;background-color:#d29119;border-color:#d29119;border-radius:0;}.contact-form .btn-primary:active:focus,.contact-form .btn-primary:active:hover,.contact-form .open > .dropdown-toggle.btn-primary.focus,.contact-form .open > .dropdown-toggle.btn-primary:focus,.contact-form .open > .dropdown-toggle.btn-primary:hover{color:#fff;background-color:#BD8216;border-color:#BD8216;border-radius:0;}.form-control:focus{border-color:#d29119;outline:0;-webkit-box-shadow:none;box-shadow:none;}#edit-preview{display:none;}#edit-field-ringe-kontakt-wrapper{display:none;}.navbar{margin:0;}.navbar-nav{float:none;}.nav{display:inline-block;}.navbar-collapse{text-align:center;}.navbar-collapse > ul{display:inline-block;}.navbar-default{background-color:#fff;border-color:transparent;color:#fff;font-weight:500;}.navbar-header img{margin:0 auto;width:55%;float:unset;}.navbar-brand{float:none;}.navbar-default .navbar-nav > li > a{color:#000;}.navbar-default .navbar-nav > li > a:hover,.navbar-default .navbar-nav > li > a:focus{color:#d29119;background-color:transparent;}.navbar-default .navbar-nav > .active > a,.navbar-default .navbar-nav > .active > a:hover,.navbar-default .navbar-nav > .active > a:focus{color:#d29119;background-color:transparent;}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#fff;}.navbar-default .navbar-toggle{border-color:#fff;}.navbar-default .navbar-toggle .icon-bar{background-color:#d29119;}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#fff;}.navbar-toggle{padding:0;margin-top:0;}.navbar-toggle .icon-bar{width:23px;height:3px;}.navbar-toggle .icon-bar + .icon-bar{margin-top:5px;}.navbar-default .navbar-nav > .open > a,.navbar-default .navbar-nav > .open > a:focus,.navbar-default .navbar-nav > .open > a:hover{color:#d29119;background-color:#fff;}.dropdown-menu{font-size:14px;text-align:left;list-style:none;background-color:#fff;border:none;border-radius:0;box-shadow:none;}.dropdown-menu > li > a:focus,.dropdown-menu > li > a:hover{color:#d29119;background-color:#fff;}.dropdown-menu > .active > a,.dropdown-menu > .active > a:focus,.dropdown-menu > .active > a:hover{color:#d29119;background-color:#fff;}.navbar-default .navbar-nav > li:hover > .dropdown-menu{display:block;}.footer{padding:0;margin:0;border:none;border-top:1px solid #D29124;}.region-footer .nav > li{display:inline-block;}.region-footer .nav > li a{padding:5px 5px;color:#000;}.region-footer .nav > li > a:hover,.nav > li > a:focus{text-decoration:none;background-color:transparent;color:#d29119;}.geweih{display:none;}.slider-aendern{margin:30px;}.carousel-indicators{display:none;}.carousel-caption{display:none;padding:10px 30px;text-align:right;right:0;bottom:0;left:0;background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(216,167,67,0.99) 99%,rgba(216,167,67,1) 100%);background:-o-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(216,167,67,0.99) 99%,rgba(216,167,67,1) 100%);background:linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(216,167,67,0.99) 99%,rgba(216,167,67,1) 100%);animation-delay:2s;}.carousel-caption h2{color:#fff;margin:0;}.carousel-control{display:none;}.carousel-fade .carousel-inner .item{-webkit-transition-property:opacity;transition-property:opacity;}.carousel-fade .carousel-inner .item,.carousel-fade .carousel-inner .active.left,.carousel-fade .carousel-inner .active.right{opacity:0;}.carousel-fade .carousel-inner .active,.carousel-fade .carousel-inner .next.left,.carousel-fade .carousel-inner .prev.right{opacity:1;}.carousel-fade .carousel-inner .next,.carousel-fade .carousel-inner .prev,.carousel-fade .carousel-inner .active.left,.carousel-fade .carousel-inner .active.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}.carousel-fade .carousel-control{z-index:2;}.carousel,.carousel-inner,.carousel-inner .item{height:100%;}.carousel-inner .item,.carousel-inner img{height:130px;}.carousel-inner img{object-fit:cover;object-position:top left;}.carousel-inner > .item .zoomIn img{position:relative;top:0;left:-5%;width:120%;max-width:120%;}@keyframes zoomIn{from{transform:scale3d(1.2,1.2,1.2);}50%{transform:scale3d(1,1,1);}}#Front-page-carousel .carousel-inner .zoomIn{animation-duration:15s;animation-fill-mode:both;animation-name:zoomIn;}.carousel-inner > .item .zoomOut img{position:relative;top:0;left:0;width:100%;max-width:100%;object-fit:cover;}@keyframes zoomOut{from{transform:scale3d(1,1,1);}50%{transform:scale3d(1.2,1.2,1.2);}100%{transform:scale3d(1.2,1.2,1.2);}}#Front-page-carousel .carousel-inner .zoomOut{animation-duration:15s;animation-fill-mode:both;animation-name:zoomOut;}.carousel-inner > .item .schwenkLinks img{position:absolute;top:0;right:-10%;width:120%;max-width:120%;}@keyframes schwenkLinks{from{transform:translate3d(10%,0,0);}20%{transform:translate3d(0,0,0);}}.schwenkLinks{animation-name:schwenkLinks;}#Front-page-carousel .carousel-inner .schwenkLinks{animation-duration:20s;animation-fill-mode:both;animation-name:schwenkLinks;}.carousel-inner > .item .schwenkRechts img{top:0;left:-10%;width:120%;max-width:120%;}@keyframes schwenkRechts{from{transform:translate3d(-10%,0,0);}20%{transform:translate3d(0,0,0);}}.schwenkRechts{animation-name:schwenkRechts;}#Front-page-carousel .carousel-inner .schwenkRechts{animation-duration:20s;animation-fill-mode:both;animation-name:schwenkRechts;}.carousel-inner > .item .schwenkOben img{width:100%;max-width:100%;}@keyframes schwenkOben{from{transform:translate3d(0,0,0);}20%{transform:translate3d(0,-20%,0);}100%{transform:translate3d(0,-20%,0);}}.schwenkOben{animation-name:schwenkOben;}#Front-page-carousel .carousel-inner .schwenkOben{animation-duration:20s;animation-fill-mode:both;animation-name:schwenkOben;}.carousel-inner > .item .schwenkUnten img{width:120%;max-width:120%;position:relative;top:-120px;}@keyframes schwenkUnten{from{transform:translate3d(0,0,0);}20%{transform:translate3d(0,10%,0);}100%{transform:translate3d(0,10%,0);}}.schwenkUnten{animation-name:schwenkUnten;}#Front-page-carousel .carousel-inner .schwenkUnten{animation-duration:20s;animation-fill-mode:both;animation-name:schwenkUnten;}.mThumbnailScroller{overflow:auto;width:100%;height:auto;}.soziales-list-item img,.soziales-img{width:200px;cursor:pointer;float:left;border:2px solid #000;border-width:0 4px 0 0;}.mTSWrapper{position:relative;overflow:hidden;height:100%;max-width:100%;outline:none;direction:ltr;border:2px solid #000;border-width:0 4px;}.filmrahmen{width:100%;height:20px;background:url(/themes/bootstrap_subtheme/images/filmstreifen.svg);background-size:80px 20px;background-repeat:repeat-x;}.filmrahmen.unten{margin-bottom:30px;}.soziales-list-item{margin-bottom:30px;}.soziales-list-item-inhalt{padding:15px;}.aktion-item{border:1px solid #d29119;background:#fff;padding:15px;margin:50px 0 0 0;}.paragraph-right img{float:right;width:100%;margin:0 0 2% 15px;}.aktion-item .panel-default > .panel-heading{border:none;background:#fff;color:#d29119;padding:0;}.aktion-item .panel-default{border:none;}.aktion-item .panel{box-shadow:none;}.aktion-item .panel-body{padding:15px 0 0 0;}.aktion-item .panel-default > .panel-heading + .panel-collapse > .panel-body{border-top-color:#fff;}.page-node-type-landingpage .paragraph-landingpage{padding:30px 20px;display:flex;align-content:center;align-items:center;width:100%;}.page-node-type-landingpage .content{margin:0 -15px;color:#084d4d;}.page-node-type-landingpage .paragraph-landingpage.paragraph-text.bg-52{background:#084d4d;color:#fff;background-image:url(/themes/bootstrap_subtheme/images/ringe.png);background-position:bottom 20px right;background-repeat:no-repeat;background-size:250px;}.page-node-type-landingpage .paragraph-landingpage.paragraph-text.bg-52 h2,.page-node-type-landingpage .paragraph-landingpage.paragraph-text.bg-52 h3,.page-node-type-landingpage .paragraph-landingpage.paragraph-text.bg-52 h4,.page-node-type-landingpage .paragraph-landingpage.paragraph-text.bg-52 h5,.page-node-type-landingpage .paragraph-landingpage.paragraph-text.bg-52 h6,.page-node-type-landingpage .paragraph-landingpage.paragraph-text.bg-52 a{color:#fff;}.page-node-type-landingpage .paragraph-landingpage.paragraph-text.bg-53{background:#e6eded;}.page-node-type-landingpage .content h2,.page-node-type-landingpage .content h3,.page-node-type-landingpage .content h4,.page-node-type-landingpage .content h5,.page-node-type-landingpage .content h6,.page-node-type-landingpage .content a{color:#084d4d;}.page-node-type-landingpage .paragraph-bild-text{min-height:100vH;-webkit-background-attachment:fixed;-moz-background-attachment:fixed;-ms-background-attachment:fixed;-o-background-attachment:fixed;background-attachment:fixed;-webkit-background-repeat:no-repeat;-moz-background-repeat:no-repeat;-ms-background-repeat:no-repeat;-o-background-repeat:no-repeat;background-repeat:no-repeat;-webkit-background-size:cover;background-size:cover;-webkit-background-position:top 0 right 0;-moz-background-position:top 0 right 0;-ms-background-position:top 0 right 0;-o-background-position:top 0 right 0;background-position:top 0 right 0;}.page-node-type-landingpage .field--name-field-bild-und-text-text{background:#ffffffc2;padding:20px 25px;max-width:90%;margin-top:200px;margin-bottom:75px;}.page-node-type-landingpage .paragraph-video{padding:0;height:100%;min-height:auto;}.page-node-type-landingpage .video-container{position:relative;width:100%;padding-bottom:56.25%;height:0;overflow:hidden;}.page-node-type-landingpage .video-container iframe,.page-node-type-landingpage .video-container object,.page-node-type-landingpage .video-container embed{position:absolute;top:0;left:0;width:100%;height:100%;}.page-node-type-landingpage .fixed-video{position:fixed;top:0;width:100%;max-width:2600px;z-index:-1;}.page-node-type-landingpage .block-views{background:#fff;padding:15px;margin:0 -15px;}.page-node-type-landingpage .landingpage-termin{background:#fff;text-align:center;padding:30px 20px;padding-bottom:100px;}.path-frontpage .termin-btn,.page-node-type-landingpage .termin-btn{border-radius:0;border:none;margin:0;background:#084d4d;color:#fff !important;padding:10px 20px;display:flex;gap:10px;justify-content:center;line-height:1;align-items:center;}.page-node-type-landingpage #Front-page-carousel img{min-width:100%;height:300px;}.page-node-type-landingpage .align-center{width:750px;height:auto;}.path-frontpage .termin-btn:hover,.path-frontpage .termin-btn:focus,.path-frontpage .termin-btn:active,.page-node-type-landingpage .termin-btn:hover,.page-node-type-landingpage .termin-btn:focus,.page-node-type-landingpage .termin-btn:active{background:#d29119;}.path-frontpage .termin-btn:nth-child(2),.page-node-type-landingpage .termin-btn:nth-child(2){animation-delay:.2s;}.page-node-type-landingpage .termin-btn:nth-child(3){animation-delay:.4s;}.path-frontpage .startseite-buttons,.page-node-type-landingpage .landingpage-buttons{display:grid;gap:20px;grid-auto-columns:1fr;max-width:500px;margin:0 auto;}.page-node-type-landingpage .landingpage-buttons svg{width:25px;}.page-node-type-landingpage li:nth-child(2){animation-delay:.2s;}.page-node-type-landingpage li:nth-child(3){animation-delay:.4s;}.page-node-type-landingpage li:nth-child(4){animation-delay:.6s;}.page-node-type-landingpage li:nth-child(5){animation-delay:.8s;}.page-node-type-landingpage li:nth-child(6){animation-delay:1s;}.page-node-type-landingpage li:nth-child(7){animation-delay:1.2s;}.page-node-type-landingpage li:nth-child(8){animation-delay:1.4s;}.page-node-type-landingpage li:nth-child(9){animation-delay:1.6s;}.page-node-type-landingpage li:nth-child(10){animation-delay:1.8s;}.page-node-type-landingpage li:nth-child(11){animation-delay:2s;}.page-node-type-landingpage ul{list-style-position:inside;padding-left:0;}.page-node-type-landingpage .content h2,.page-node-type-landingpage .content h3,.page-node-type-landingpage .content h4,.page-node-type-landingpage .content h5,.page-node-type-landingpage .content h6{color:#084d4d;}.page-node-178 .paragraph-landingpage.paragraph-text.bg-52 h2,.page-node-178 .paragraph-landingpage.paragraph-text.bg-52 h3,.page-node-178 .paragraph-landingpage.paragraph-text.bg-52 h4,.page-node-178 .paragraph-landingpage.paragraph-text.bg-52 h5,.page-node-178 .paragraph-landingpage.paragraph-text.bg-52 h6,.page-node-178 .paragraph-landingpage.paragraph-text.bg-52 a{color:#084d4d;}.page-node-178 .paragraph-landingpage.paragraph-text.bg-52{background-color:#e2bf76;color:#084d4d;}.page-node-178 .field--name-field-bild-und-text-text{color:#084d4d;}.page-node-178 .field.field--name-field-text-text.field--type-text-long.field--label-hidden.field--item{max-width:800px;}.page-node-178 .termin-btn{background-color:#d29119;}.page-node-178 .paragraph-landingpage.paragraph-text.bg-53{background:#f3e4c3;color:#084d4d;}.page-node-178 .paragraph-landingpage.paragraph-text.bg-52{background-image:url(/themes/bootstrap_subtheme/images/verlobungsring.png);background-position:right -50px bottom -50px;}.page-node-178 .paragraph-bild-text{background-position:center right -300px;}.page-node-type-landingpage #block-bootstrap-subtheme-startseitebuttons{display:none !important;}#block-bootstrap-subtheme-startseitebuttons{position:relative;background:#e6eded;margin:0 -15px 60px;padding:40px;}.start-ringbild{position:absolute;max-width:150px;right:0;z-index:-0;bottom:-32px;opacity:0.5;overflow:hidden;}.start-text{position:relative;margin:0 auto 30px;max-width:1100px;}.start-text h1{font-size:25px;}.start-text h2{font-size:20px;}.path-frontpage .startseite-buttons{margin-bottom:-60px;max-width:200px;}.page-node-type-landingpage .carousel-inner .item{height:auto;}.page-node-type-landingpage .artikel-flex{margin:0 -15px 0 -15px;}.page-node-type-landingpage .flex-item1{display:none;}.page-node-type-landingpage .flex-item2{width:100%;}.page-node-type-landingpage .block-views{margin:0 -15px -15px;}.page-node-type-landingpage .carousel-inner > .item > a > img,.page-node-type-landingpage .carousel-inner > .item > img{height:450px;object-fit:cover;object-position:center;}.page-node-type-landingpage .form-group{margin-bottom:0;}@media (min-width:440px){.carousel-inner img,.carousel-inner .item{height:180px;}.page-node-type-landingpage #Front-page-carousel img{min-width:100%;height:325px;object-position:center;}}@media (min-width:540px){.flex-ringe-item{width:33%;}.paragraph-right img{float:right;width:45%;margin:0 0 2% 15px;}.path-frontpage .startseite-buttons{max-width:250px;}.start-text h1{font-size:30px;color:#d29119;}.start-text h2{color:#d29119;font-size:25px;}.start-ringbild{bottom:-25px;opacity:1;}.page-node-type-landingpage .carousel-inner > .item > a > img,.page-node-type-landingpage .carousel-inner > .item > img{height:550px;}.page-node-type-landingpage #Front-page-carousel img{height:400px;}}@media (min-width:768px){.paragraph-right img{float:right;width:100%;margin:0 0 2% 15px;}.navbar-header{width:100%;}.navbar-header img{width:30%;}.artikel-flex{margin:0 -15px 90px -15px;}.slick-list{margin:0;}.artikel-inhalt{margin:0;min-height:700px;}.carousel-caption{display:block;}.carousel-inner img,.carousel-inner .item{height:280px;}.carousel-inner > .item .zoomIn img{width:110%;max-width:110%;}.field--name-field-ringe-bild img{width:50%;}.region-footer{text-align:right;}.footer{width:50%;right:0;position:absolute;bottom:0;border:none}.region-footer .nav > li a{padding:10px 5px;}.geweih{display:block;position:absolute;right:20px;bottom:20px;width:35%;z-index:-1;}.link-verlobungsringe,.link-trauringe{padding:20px 30px;margin:0 -15px 15px 0;}.stoerer{margin:0 -15px 30px 0;}.flex-ringe-item{width:calc(20% - 5px);margin:18px;}.artikel-display .slick img{padding:0 15px 0 0;max-height:250px;width:auto;margin:auto;}.page-node-type-landingpage .paragraph-landingpage:not(.paragraph-video){padding:75px 45px;hyphens:none;}.page-node-type-landingpage .field--name-field-bild-und-text-text{padding:35px 45px;max-width:55%;}.path-frontpage .startseite-buttons,.page-node-type-landingpage .landingpage-buttons{max-width:350px;}.page-node-178 .paragraph-bild-text{background-position:center;}.page-node-type-landingpage .carousel-inner > .item > a > img,.page-node-type-landingpage .carousel-inner > .item > img{height:750px;}.page-node-type-landingpage #Front-page-carousel img{height:500px;}#block-bootstrap-subtheme-startseitebuttons{margin:0 -15px 120px;}.start-ringbild{right:20px;}.start-text h1{font-size:45px;}.start-text h2{font-size:40px;}.start-text{margin:0 auto 50px;}}@media (min-width:992px){.navbar-header img{width:15%;}.artikel-inhalt{padding:50px 50px 180px 50px;}.soziales-list-item-inhalt{padding:50px;}.carousel-inner img,.carousel-inner .item{height:420px;}.carousel-inner > .item .zoomIn img{width:120%;max-width:120%;}.paragraph--type--steinpreise{width:100%;}.link-verlobungsringe,.link-trauringe{padding:30px 30px 30px 60%;}.link-verlobungsringe{background:url(/themes/bootstrap_subtheme/images/link-verlobungsringe.jpg) no-repeat;background-size:contain;}.link-trauringe{background:url(/themes/bootstrap_subtheme/images/link-trauringe.jpg) no-repeat;background-size:contain;}.field--name-field-ringe-preis{clear:none;}.stoerer{padding:30px;}.soziales-list-item{margin-bottom:50px;}.path-frontpage .startseite-buttons,.page-node-type-landingpage .landingpage-buttons{grid-auto-flow:column;}.page-node-type-landingpage .paragraph-landingpage:not(.paragraph-video){padding:80px 120px;}.path-frontpage .startseite-buttons{max-width:550px;}.start-ringbild{right:20px;}.start-text h1{font-size:55px;}.start-text h2{font-size:45px;}.start-text{margin:0 60px 50px;max-width:1000px;}#block-bootstrap-subtheme-startseitebuttons{margin:0 -15px 120px;}.page-node-type-landingpage #Front-page-carousel img{height:700px;}}@media (min-width:1200px){.paragraph-right img{float:right;width:45%;margin:0 0 2% 15px;}.carousel-inner img,.carousel-inner .item{height:500px;}.flex-ringe-item{width:18%;margin:35px;}.link-verlobungsringe,.link-trauringe{padding:50px 30px 50px 52%;}.hersteller{position:absolute;top:15px;right:15px;float:right;margin:0;}.paragraph-landingpage{font-size:22px;}.page-node-type-landingpage .content h2{font-size:1.6em;line-height:normal;}.page-node-type-landingpage .content h3{font-size:1.5em;line-height:normal;}.page-node-type-landingpage .content h4{font-size:1.4em;line-height:normal;}.page-node-type-landingpage .content h5{font-size:1.3em;line-height:normal;}.page-node-type-landingpage .content h6{font-size:1.2em;line-height:normal;}.path-frontpage .startseite-buttons,.page-node-type-landingpage .landingpage-buttons{max-width:700px;}.start-text{margin:0 auto 50px;max-width:1000px;}.start-text h1{font-size:60px;}.start-text h2{font-size:50px;}.path-frontpage .startseite-buttons{font-size:25px;}#block-bootstrap-subtheme-startseitebuttons{margin:0 -15px 50px;}.start-ringbild{max-width:200px;bottom:-32px;}}@media (min-width:1300px){body{font-size:18px;}.field--name-field-ringe-karat{float:left;margin-right:0;width:50%;}}@media (min-width:1600px){.link-verlobungsringe,.link-trauringe{padding:60px 30px 60px 35%;}.hersteller{width:150px;top:30px;right:30px;}.soziales-list-item img,.soziales-img{width:250px;}.paragraph-right img{width:40%;}.aktion-item{padding:30px;}.start-ringbild{right:7%;}}@media (min-width:2000px){body{max-width:2600px;margin:0 auto;}.start-ringbild{right:15%;}.page-node-type-landingpage .paragraph-landingpage:not(.paragraph-video){padding:80px 16.66666667%;}.flex-ringe{margin:0 -50px;}.flex-ringe-item{width:21%;}.col-xl-offset-2{margin-left:16.66666667%;}.col-xl-8{width:66.66666667%;}.page-node-type-landingpage #Front-page-carousel img{height:800px;}}
