/* 

#### SILKE OEPEN MODS ####


	version: 0.1
	date: 04-2019
	author: a.stadler | d-sign@braintoolz.com


magenta: e6007e


font-family: 'Oswald', sans-serif;

==========================================================
*/

/* GENERAL MODS */
.hidden {
	visibility: hidden;
}

.bg-primary {
	background-color: #e6007e;
}

a {
	transition: all .35s;
	color: #000;
}

a:hover {
	color: #e6007e;
}

/* ==================================================================== */
/* ### TYPOGRAPHY ### */

body {
	font-family: 'Oswald', sans-serif;
}

h1 {
	font-family: 'Oswald', sans-serif;
	color: #000;
	text-transform: none !important;
	font-weight: 700;
	font-size: 80px !important;
}

h2 {
	font-family: 'Oswald', sans-serif;
	color: #000;
	font-size: 54px;
}

h2.section-heading {
	color: #e6007e;
}

.section-heading-white {
	color: #fff;
	font-size: 24px;
}
.text-faded {
	color: #757272;
}
.txt-white {
	color: #fff
}

.btn-default:hover {
	color: #e6007e;
}

.typo-big {
	color: #fff;
	font-size: 6em;
	font-weight: bold;
}

.typo-medium {
	color: #fff;
	font-size: 2.5em;
	text-transform: uppercase;
	line-height: 0.8em;
	font-weight: bold;
}

.lnk-footer {
	color: #000;
	font-size: 0.8em;
}

.lnk-footer:hover {
	color: #757272;
	text-decoration: none;
}

q {quotes:"\201E" "\201C";}

.dph {
	font-weight: bold;
}

.dp, .dph {
	color: #000;
	text-align: left;
}

.dpl {
	text-align: left;
}

/* ==================================================================== */
/* ### NAVIGATION ### */

.navbar-default .nav > li > a:focus:hover, .navbar-default .nav > li > a:hover {
	color: #e6007e;
}

.navbar-default .nav > li.active > a, .navbar-default .nav > li.active > a:focus {
	color: #e6007e !important;
	background-color: transparent;
}

.navbar-default.affix .nav > li > a:focus:hover, .navbar-default.affix .nav > li > a:hover {
	color: #e6007e;
}

.navbar-brand {
	float: left;
	height: 50px;
	padding: 10px 15px;
	font-size: 18px;
	line-height: 20px;
}

.navbar-default {
	border: 0px;
	font-family: 'Oswald', sans-serif;
	font-weight: 300 !important;
	font-size: 24px !important; 
}
/*
#mainNav {
	border-bottom: 1px solid #000;
}
*/

.navbar-default .nav > li > a, .navbar-default .nav > li > a:focus {
	color: #000;

}

/* ==================================================================== */
/* ### BUTTONS ### */

.btn-primary {
	color: #fff;
	background-color: #e6007e;
	border-color: #000;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
	color: #000;
	background-color: #e6007e;
	border-color: #000;
}

/* ==================================================================== */
/* ### MODAL ### */

.modal-title {
	font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
	color: #000;
	text-align: left;
}

.typo-modal {
	color: #000;
	text-align: left;
}

/* ==================================================================== */
/* ### PORTFOLIO ### */

.portfolio-box .portfolio-box-caption {
	color: #fff;
	opacity: 0;
	display: block;
	background: #e6007e;
	position: absolute;
	top: 0;
	text-align: center;
	width: 100%;
	max-height: 458px;
	transition: all .35s;
}

.portfolio-box {
	height: 0;
	padding-bottom: 53.84615384615385%;
	position: relative;
	max-width: 850px;
}

.portfolio-box img {
	max-height: 458px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.user-select-none {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
}

/* ==================================================================== */
/* ### other elements */

.a-fb {
	color: #000;
}

.a-fb:hover {
	color: #e6007e;
}

hr {
	border-color: #000;
	border-width: 2px;
	max-width: 80px;
}

hr.light {
	border-color: #ccc;
}

.logo {
	height: 30px;
}

.typo-home {
	color: #fff !important;
	font-size: 20px !important;
}

#imprint {
	background-color: #000;
	color: #fff;
}

/* ==================================================================== */
/* #### RESPONSIVE MODS #### */

@media (max-width: 605px) {
	.logo-big {
		width: 250px;
	}

	.btn-angebot {
		font-size: 6px;
		text-align: center;
		width: 150%;
		padding-top:15px !important;

	}

	.bubble {
		position: absolute;
		bottom: 5px !important;
		left: 5px !important;
		width:150px !important;
		z-index: 100;
	}

}

/* ==================================================================== */


.bubble {
	position: absolute;
	bottom: 50px;
	left: 50px;
	width:250px;
	/*transform: rotate(-15deg) !important;*/
}


.fa-big {
	font-size: 32px;
	color: #fff;
}

.fa-big:hover {
	font-size: 32px;
	color:#e6007e;
}