/***
.##........##..############..#############..#############..#############..#############..##.........##........#############..##.........##
..##......##...############..#############..#############..#############..#############..##.........##........#############..##.........##
...##....##....##............##.........##.......###.......##.............##.............##.........##........##.............##.........##
....##..##.....##............##.........##.......###.......##.............##.............##.........##........##.............##.........##
.....####......###########...##.........##.......###.......############...##.............#############........##.............#############
.....####......###########...##.........##.......###.......############...##.............#############........##.............#############
....##..##.....##............##.........##.......###.......##.............##.............##.........##........##.............##.........##
...##....##....##............##.........##.......###.......##.............##.............##.........##........##.............##.........##
..##......##...############..#############.......###.......#############..#############..##.........##..####..#############..##.........##
.##........##..############..#############.......###.......#############..#############..##.........##..####..#############..##.........##
*/
@charset "utf-8";
@import url('assets/css/reset.css');
@import url('https://fonts.cdnfonts.com/css/simple-brush-script');

/* ===========================
   GLOBAL
=========================== */

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    font: normal 12px Tahoma, Geneva, sans-serif;
    color: #0b0b0a;

    /* Hintergrundkombination */
    background-image:
        url(assets/images/imklang/top-banner3test.png),
        linear-gradient(-225deg, #96ffff 20%, #ff92e3 50%, #ff92e3 45%, #96ffff 80%);

    background-repeat: no-repeat, no-repeat;
    background-size: contain, cover;
    background-position: top center, center;
    background-attachment: scroll;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
}

/* Typografie */

.bach {
	font-size: 15px;
}
sup {
	font-size: 50%;
}
.nummer {
	color: blue;
}
a span {
	color: blue;
	text-decoration: underline;
}
a span:hover {
	color: #96009d;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: black;
}
h1, h2, h3, h4 {
	font-family: 'Rubik', sans-serif;
	font-size: 22px;
}
h1 {
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 20px;
}
h1 span {
	font-weight: 900;
}
h2 {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 15px;
}
h3 {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 15px;
}
h4 {
	font-size: 16px;
	line-height: 15px;
	margin-bottom: 15px;
}
h5 {
	font-size: 14px;
	line-height: 15px;
	margin-bottom: 10px;
}
h6 {
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 10px;
}

h1.title, h2.title, h3.title, h4.title, h5.title, h6.title {
	float: left;
	width: 100%;
	line-height: 45px;
	color: #fffae4;
	text-transform: uppercase;
	padding: 0 0 5px;
	margin: 0 0 30px;
}
h1.title1 {
	background: url(assets/images/imklang/title-border1.png) bottom repeat-x;
	color: #fffae4;
	text-transform: lowercase;
	text-shadow: -1px -1px 0px #634e37;
	padding: 0 0 5px;
	margin: 0 0 30px;
}
h1.title span,
h2.title span,
h3.title span,
h4.title span,
h5.title span,
h6.title span {
	background: url(assets/images/imklang/title-bg1.jpeg) repeat;
	display: block;
	padding: 0 10px;
	font-family: 'Rubik', sans-serif;
	text-transform: none;
	font-size: 25px;
}
h1.title1 span {
	display: block;
	padding: 0 10px;
}
h2.title { line-height: 40px; }
h3.title { line-height: 35px; }
h4.title { line-height: 30px; }
h5.title { line-height: 30px; }
h6.title { line-height: 30px; }

a {
	text-decoration: none;
	color: black;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	text-decoration: none;
}

strong { font-weight: bold; }
em { font-style: italic; }

p {
	margin-bottom: 10px;
	font-family: 'Rubik', sans-serif;
	font-size: 22px;
	color: black;
	text-align: left;
}
p span {
	font-weight: 900;
}

ul, ol, pre, code {
	margin-bottom: 20px;
}
ul {
	list-style-type: circle;
	list-style-position: inside;
	font-size: 16px;
	font-family: 'Rubik', sans-serif;
	margin-right: -50px;
}
ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 20px;
	padding-top: 10px;
}
ol li {
	padding-bottom: 10px;
}
ol li ol {
	margin-bottom: 0;
	list-style-type: lower-alpha;
}
ol ol ol {
	margin-bottom: 0;
	list-style-type: lower-roman;
}
pre, code {
	border-left: 5px solid #C4BC89;
	display: block;
	padding: 10px;
	font-size: 11px;
	font-family: 'Rubik', sans-serif;
	background-color: #E5DEB0;
}

hr {
	border: none;
	height: 1px;
	margin: 30px 0;
	background-color: #efefef;
	color: #efefef;
}
.hr {
	background: url(assets/images/imklang/lilastrich.jpeg) repeat-x;
	width: 100%;
	height: 6px;
	clear: both;
	float: left;
	margin: 30px 0;
}
.hr_invisible {
	float: left;
	width: 100%;
	margin: 25px 0;
}

/* Buttons */

.button-imklang {
	width: 308px;
	height: 40px;
	float: left;
	font-family: 'Rubik', sans-serif;
	line-height: 15px;
	font-size: 20px;
	display: table;
	margin: 10px 15px 0 0;
	padding: 0 0 0 25px;
	left: 0;
	position: relative;
	background: #ee53a5;
	color: #fffae4;
	border: 1px solid #ee53a5;
	border-radius: 10px;
}
.button-imklang span {
	display: table-cell;
	vertical-align: middle;
	padding-left: 5px;
	font-weight: 600;
	color: rgb(13, 13, 14);
	text-decoration: none;
}
.button-imklang span:hover {
	color: #96009d;
}

.button-imklang404 {
	width: 140px;
	height: 40px;
	float: left;
	font-family: 'Rubik', sans-serif;
	line-height: 15px;
	font-size: 20px;
	display: table;
	margin: 10px 15px 0 0;
	padding: 0 0 0 10px;
	left: 350px;
	position: relative;
	background: url(assets/images/imklang/button.png) no-repeat;
	color: #fffae4;
	border: 1px solid black;
	border-radius: 10px;
}
.button-imklang404 span {
	display: table-cell;
	vertical-align: middle;
	padding-left: 40px;
	font-weight: 600;
	color: blue;
	text-decoration: none;
}
.button-imklang404 span:hover {
	color: #96009d;
}

/* Alignment Helfer */

.alignleft { float: left; margin-right: 20px; }
.alignright { float: right; margin-left: 20px; }
.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }
.alignleft img,
.alignright img,
.aligncenter img {
	margin-bottom: 20px;
}

/* Runde Bilder */

.rounded-img {
	width: 92%;
	height: 92%;
	display: block;
	margin-bottom: 20px;
	border-radius: 100%;
}
.rounded-img img {
	display: block;
	width: 100%;
	border-radius: 220px;
}
.border {
	border: 8px solid #ee53a5;
	display: block;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

/* Layout-Grundgerüst */

.container,
.slider-container,
.main-container {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0 10px;
}

.text-foot {
	padding: 0 150px;
}

/* Spalten */

.column {
	margin: 0 2% 0 0;
	float: left;
}
.column.last {
	margin-right: 0;
}
.one-fourth {
	width: 23.4%;
}
.one-third {
	width: 31.9%;
}
.three-fourth {
	width: 74.5%;
}
.no-margin {
	margin-bottom: 0;
	margin-right: 0.11%;
}
.no-margin.one-third {
	width: 33.2%;
}
.no-margin.two-third {
	width: 66%;
}
.no-margin.two-third1 {
	width: 66%;
}
.no-margin.one-fourth {
	width: 24.9%;
}
.no-margin.one-half {
	width: 49.9%;
}

/* ===========================
   HEADER & NAV
=========================== */

#header { 
	background: left 300px repeat-x;
	float: left;
	width: 100%;
}	
#top-menu {
	float: left;
	background: #ee53a5;
	width: 100%;
	height: 95px;
	z-index: 9999;
	position: relative;
	border: 2px solid black;
}
ul.menu {
	float: left;
	width: 100%;
	height: 90px;
	padding: 0 100px;
	margin: 0;
	box-sizing: border-box;
}
ul.menu li {
	display: inline;
	float: left;
	height: 90px;
	padding: 0 10px 0 0;
	position: relative;
	top: 10px;
}
ul.menu li a {
	font-weight: 400;
	font-size: 18px;
	font-family: 'Rubik', sans-serif;
	color: #fffae4;
	text-transform: none;
	padding: 0 0 24px;
	float: left;
	text-shadow: -1px -1px 0px black;
}
ul.menu li a span {
	font: normal 12px 'Rubik', sans-serif;
	color: white;
	text-transform: none;
	display: block;
	padding: 22px 0 0;
}
ul.menu ul li a span {
	font: normal 12px 'Rubik', sans-serif;
	color: white;
	text-transform: none;
	display: block;
	padding: 5px;
}
ul.menu li a:hover {
	text-decoration: none;
}
ul.menu li.current_page_item,
ul.menu li:hover {
	border-bottom: 5px solid #96009d;
}
ul.menu li.current_page_item a span {
	background: url(assets/images/imklang/menu-active-arrow.png) left top no-repeat;
}	
ul.menu ul {
	position: absolute;
	display: none;
	padding: 0 0 25px 10px;
	top: 95px;
	background: #ee53a5;
	left: 0;
	border: 2px solid black;
}
ul.menu li:hover > ul {
	display: block;
}
ul.menu li ul li {
	padding: 0;
	margin: 0;
	height: auto;
	border: none;
}
ul.menu li ul li a {
	width: 150px;
	height: auto;
	float: left;
	line-height: 24px;
	padding: 0;
	margin: 0;
	font-size: 20px;
}
ul.menu ul ul {
	top: auto;
}
ul.menu li ul ul {
	left: 185px;
	margin: 0;
}
ul.menu li ul li.current_page_item a,
ul.menu li ul li ul li.current_page_item a {
	color: #fff;
}
ul.menu li ul li.current_page_item {
	border-bottom: none;
}

#logo {
	float: left;
	margin: 18px 0 0;
}
#logo img {
	width: 20%;
	height: auto;
}

/* Mobile-Nav-Trigger */

#top-menu .responsive-nav {
	background-color: #ee53a5;
	background: #ee53a5;
	color: #fffae4;
	cursor: pointer;
	font-size: 14px;
	padding: 10px 11px;
	width: 100%;
	display: none;
	text-align: center;
}

/* ===========================
   HOME-SLIDER (statisch)
=========================== */

#home-slider {
    width: 100%;
    clear: both;
    background-color: #96ffff;
    background-image: url(assets/images/imklang/titlebild1.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 30px 0;
}

.slider-wrapper {
	display: block;
	max-width: 878px;
	margin: 0 auto;
	border-bottom: 4px solid black;
	border-top: 4px solid black;
	box-shadow: 0px 0px 5px #181d13;
	position: relative;
}
.slider-wrapper img {
	display: block;
	width: 100%;
	height: auto;
}

/* ===========================
   MAIN
=========================== */

#main {
	clear: both;
	width: 100%;
	margin: 0;
	float: left;
	margin-top: -18px;
	border-top: 4px solid black;
	background: transparent;
}

.content {
	width: 700px;
	margin-right: 20px;
	float: left;
}
.content-full-width {
	width: 100%;
	margin-right: 0;
}
.sidebar {
	width: 220px;
	float: right;
}

.notice {
	font-size: 25px;
	color: #4e4635;
	line-height: 40px;
	font-family: 'Rubik', sans-serif;
	margin: -10px 0 10px;
	clear: both;
	float: left;
	width: 100%;
}
.notice span.right {
	position: relative;
	color: #96049d;
	font-size: 24px;
	left: 280px;
}

/* Breadcrumb */

.breadcrumb {
	width: 100%;
	float: left;
	height: 135px;
	margin: 0 0 45px;
	display: block;
	text-transform: uppercase;
	text-shadow: -1px -1px 0px black;
	font-family: 'Rubik', sans-serif;
	line-height: 130px;
	background: url(assets/images/imklang/unterseitetitelfarbe.jpeg);
}
.breadcrumb .arrow {
	color: #000;
	font-family: 'Rubik', sans-serif;
	font-size: 40px;
	font-weight: 900;
	margin: 0 7px 0 2px;
}
.breadcrumb a {
	font-size: 25px;
	color: #96009d;
	font-family: 'Rubik', sans-serif;
	text-transform: none;
}
.breadcrumb .current-crumb {
	font-size: 30px;
	color: #fffae4;
	font-family: 'Rubik', sans-serif;
	text-transform: none;
}

/* Klang-Bilder/Text */

.klang-thumb img {
	position: relative;
	left: 280px;
	box-shadow: -1px -1px 10px 10px rgba(0,0,0,0.2);
}
.klang-thumb {
	padding-bottom: 15px;
	float: left;
	margin: 0;
	width: 100%;
	margin-left: -10px;
}
.klang-fibonacci {
	margin-left: 253px;
	margin-right: 250px;
	text-align: center;
	font-family: 'Rubik', sans-serif;
	font-weight: 900;
}

.klang-thumb1 img {
	position: relative;
	left: 20px;
	box-shadow: -1px -1px 10px 10px rgba(0,0,0,0.2);
}
.zoom {
    transition: transform .2s;
}
.zoom:hover {
    transform: scale(1.0);
}
.klang-thumb1 {
	padding-bottom: 15px;
	float: left;
	margin: 0;
	width: 100%;
	margin-left: -10px;
}
.klang-fibonacci1 {
	margin-left: 253px;
	margin-right: 250px;
	text-align: center;
	font-family: 'Rubik', sans-serif;
	font-weight: 900;
	position: relative;
	top: -185px;
	display: none;
}

.klang-content li {
	font-size: 15px;
}
.klang-content li a {
	color: blue;
}
.klang-content li a:hover {
	color: #96009d;
}

/* Kontakt-Details */

ul.contact-details li {
	margin: 0;
	display: block;
	clear: both;
	padding-bottom: 50px;
	float: left;
	width: 100%;
}
ul.contact-details span {
	width: 20%;
	text-align: center;
	float: left;
	margin-right: 4%;
}
ul.contact-details span.address {
	background: url(assets/images/imklang/ort.svg) center no-repeat;
	height: 70px;
	background-size: 100%;
	margin-top: 13px;
}
ul.contact-details span.address:hover {
	background: url(assets/images/imklang/ort-hover.svg) center no-repeat;
	height: 59px;
	background-size: 100%;
}
ul.contact-details span.mail {
	background: url(assets/images/imklang/mail.svg) center no-repeat;
	height: 70px;
	background-size: 100%;
	margin-top: -15px;
}
ul.contact-details span.mail:hover {
	background: url(assets/images/imklang/mail-hover.svg) center no-repeat;
	height: 59px;
	background-size: 100%;
}
ul.contact-details span.phone {
	background: url(assets/images/imklang/phone.svg) center no-repeat;
	height: 70px;
	background-size: 100%;
	margin-top: -15px;
}
ul.contact-details span.phone:hover {
	background: url(assets/images/imklang/phone-hover.svg) center no-repeat;
	height: 59px;
	background-size: 100%;
}
ul.contact-details p {
	float: left;
	width: 76%;
	font-size: 18px;
}
ul.contact-details p a {
	text-decoration: underline;
	color: black;
}
ul.contact-details p a:hover {
	color: #96049d;
}

/* Rechtliches Box */

.big-title {
	text-align: center;
	font-size: 100px;
	color: #282d31;
	float: left;
	clear: both;
	width: 100%;
	margin: -15px 0 35px;
	line-height: normal;
}
.rechtliches-wrapper {
	float: left;
	clear: both;
	width: 100%;
	margin: 50px 0 0;
}
.no-margin.imp {
	background: #fae2c0;
	padding: 50px;
	width: 800px;
	padding-bottom: 200px;
	margin-bottom: 20px;
	text-align: center;
	text-shadow: 1px 1px 0px #dbcaa5;
	box-shadow: -1px -1px 10px 10px rgba(0,0,0,0.2);
}
.rechtliches-details1 {
	clear: both;
	width: 100%;
	padding-bottom: 50px;
}

/* ===========================
   FOOTER
=========================== */

#footer {
	float: left;
	clear: both;
	width: 100%;
	background: url(assets/images/imklang/footer-bg.jpg) repeat;
	border-top: 50px solid #ee53a5;
	padding-bottom: 5px;
	color: transparent;
}
#footer .one-fourth h2 {
	width: 100%;
}
#footer .one-fourth ul li {
	width: 100%;
	box-sizing: border-box;
}
#footer h2 {
	color: white;
	font: 22px 'Rubik', sans-serif;
	line-height: 50px;
	padding: 0 0 5px;
	margin: 0 0 30px;
	clear: both;
}
#footer h2 span {
	background: url(assets/images/imklang/title-bg1.jpeg) repeat;
	display: block;
	padding: 0 10px;
	margin-top: 3px;
}
#footer a {
	color: black;
	font-family: 'Rubik', sans-serif;
	font-size: 15px;
}
#footer a:hover {
	color: #96009d;
	text-decoration: none;
}
#footer h6 a {
	font-weight: bold;
}
#footer .widget ul li {
	background: url(assets/images/imklang/icon.png) left top no-repeat;
	background-size: 6.5%;
}
#footer .widget ul li a {
	text-decoration: none;
}

/* Testimonials */

.widget .testimonial-carousel li {
	clear: none;
}
.testimonial-skin-carousel .jcarousel-container {
	width: 220px;
}
.testimonial-skin-carousel .jcarousel-container-horizontal {
	width: 220px;
	padding: 0;
}
.testimonial-skin-carousel .jcarousel-clip {
	overflow: hidden;
}
.testimonial-skin-carousel .jcarousel-clip-horizontal {
	width: 222px;
	height: auto;
}
.testimonial-skin-carousel .jcarousel-item {
	width: 220px;
	height: auto;
}
.testimonial-skin-carousel .jcarousel-item-horizontal {
	margin-right: 20px;
}
.testimonial-skin-carousel .jcarousel-item-placeholder {
	background: #fff;
	color: #000;
}
.testimonial-nav {
	margin: 20px 0 0;
	clear: both;
	float: left;
	width: 100%;
}
.testimonial-skin-carousel .jcarousel-prev-horizontal {
	background: url(assets/images/imklang/prev.svg) no-repeat;
	background-size: 100%;
	width: 32px;
	height: 32px;
	float: left;
	margin: 10px 0 0;
	cursor: pointer;
}
.testimonial-skin-carousel .jcarousel-prev-horizontal:hover {
	background: url(assets/images/imklang/prev-hover.svg) no-repeat;
	background-size: 100%;
}
.testimonial-skin-carousel .jcarousel-next-horizontal { 
	background: url(assets/images/imklang/next.svg) no-repeat;
	background-size: 100%;
	width: 32px;
	height: 32px;
	float: right;
	margin: 10px 0 0;
	cursor: pointer;
}
.testimonial-skin-carousel .jcarousel-next-horizontal:hover {
	background: url(assets/images/imklang/next-hover.svg) no-repeat;
	background-size: 100%;
}
#footer .widget .testimonial-skin-carousel ul li {
	width: 220px;
	background: none;
	padding: 0;
}	
#footer blockquote {
	color: black;
	font-family: 'Rubik', sans-serif;
	font-size: 15px;
	float: left;
	background: none;
	border: none;
	padding: 0;
	margin-top: 0;
	text-align: justify;
}
#footer blockquote span {
	color: black;
	font-family: 'Rubik', sans-serif;
	float: right;
	clear: both;
	margin: 25px 0 0;
}

.widget.social-widget li {
	position: relative;
	overflow: hidden;
	width: 31px;
	height: 31px;
	background: none;
	padding-left: 0;
	padding-bottom: 10px;
	clear: none;
	margin: 5px 8px 0 0;
	display: inline;
	float: left;
}
.social-widget li img {
	top: 0;
	left: 0;
	position: absolute;
}
#footer .widget.social-widget li,
.sidebar .widget.social-widget li  {
	width: 31px;
	background: none;
	padding: 0;
}
#footer .widget.social-widget h2 {
	font-weight: bold;
	color: #afa38a;
	background: none;
	padding: 0;
	font-family: 'Rubik', sans-serif;
	font-size: 12px;
	line-height: normal;
	height: auto;
	margin-bottom: 10px;
}
#footer .widget.social-widget h2 span {
	background: none;
	padding: 0;
	height: auto;
}

.footer-bottom { 
	background: url(assets/images/imklang/title-bg1.jpeg) repeat;
	width: 100%;
	float: left;
	padding: 30px 0;
}
.footer-bottom p {
	margin: 0;
	font-family: 'Rubik', sans-serif;
	color: white;
	font-size: 12px;
}

/* ===========================
   RESPONSIVE
=========================== */

/* max-width 1200px */
@media (max-width: 1200px) {
    .text-foot {
        padding: 0 40px;
    }
}

/* max-width 992px (Tablet Querformat) */
@media (max-width: 992px) {

    #top-menu {
        height: auto;
        border-width: 2px 0;
    }

    ul.menu {
        padding: 0 20px;
        height: auto;
        text-align: center;
    }

    ul.menu li {
        float: none;
        display: inline-block;
        height: auto;
        padding: 10px 8px;
        top: 0;
    }

    ul.menu li a {
        padding: 8px 5px;
        font-size: 18px;
    }

    #logo img {
        width: 30%;
    }

    .breadcrumb {
        height: auto;
        padding: 25px 0;
        line-height: normal;
        text-align: center;
    }

    .breadcrumb .current-crumb {
        display: block;
        margin-top: 5px;
        font-size: 22px;
    }

    .klang-thumb img {
        left: 0;
        margin: 0 auto;
        display: block;
    }

    .klang-fibonacci {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
}

/* max-width 768px (Tablet Hochformat / Smartphones) */
@media (max-width: 768px) {

    body {
        background-size: 180% auto, cover;
        background-position: top center, center;
    }

    .container,
    .main-container,
    .slider-container {
        padding: 0 15px;
    }

    /* Menü mobile */
    #top-menu .responsive-nav {
        display: block;
    }

    ul.menu {
        display: none;
        width: 100%;
        padding: 10px 0;
        background: #ee53a5;
        height: auto;
        text-align: left;
    }
    ul.menu.menu-open {
        display: block;
    }
    ul.menu li {
        display: block;
        float: none;
        height: auto;
        padding: 5px 15px;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }
    ul.menu li ul {
        position: static;
        border: none;
        padding: 0;
    }
    ul.menu li ul li a {
        width: 100%;
        font-size: 16px;
    }

    .breadcrumb {
        padding: 18px 10px;
        height: auto;
    }

    .breadcrumb a,
    .breadcrumb span {
        font-size: 18px;
    }

    .klang-thumb img {
        max-width: 95%;
        left: 0;
        margin: 10px auto;
    }

    .klang-fibonacci {
        font-size: 14px;
        padding: 0 15px;
    }

    p {
        font-size: 18px !important;
        line-height: 1.5;
    }

    .one-fourth,
    .one-third,
    .three-fourth,
    .sidebar,
    .content {
        width: 100% !important;
        margin: 0 0 20px 0;
        float: none;
    }

    .rounded-img {
        width: 70%;
        margin: 0 auto 20px;
    }

    #footer {
        padding: 20px 0;
        border-top-width: 20px;
    }

    #footer h2 {
        font-size: 20px;
    }

    #footer .widget ul li {
        background-size: 5%;
    }

    #home-slider {
        padding: 15px 0;
    }

    .slider-wrapper {
        border-width: 3px 0;
        box-shadow: 0 0 3px rgba(0,0,0,0.4);
    }

    .text-foot {
        padding: 0 15px;
        text-align: center;
    }
}

/* max-width 480px (kleine Smartphones) */
@media (max-width: 480px) {

    .breadcrumb a,
    .breadcrumb span {
        font-size: 16px;
    }

    .klang-fibonacci {
        font-size: 12px;
        padding: 0 8px;
    }

    p {
        font-size: 16px !important;
    }

    #logo img {
        width: 50%;
    }

    .big-title {
        font-size: 60px;
    }

    .no-margin.imp {
        width: 100%;
        padding: 30px 15px 80px;
    }
}
