/* 


    _/                                  _/            
   _/          _/_/_/  _/_/_/      _/_/_/  _/    _/   
  _/        _/    _/  _/    _/  _/    _/  _/    _/    
 _/        _/    _/  _/    _/  _/    _/  _/    _/     
_/_/_/_/    _/_/_/  _/    _/    _/_/_/    _/_/_/      
                                             _/       
                                        _/_/          
                                                 
											   V 1.0                                  
                                  													 
                                  													 */
@import "animate.min.css";

/*-----------------------------------------------------------------------------------*/
/* GENERAL
 /*-----------------------------------------------------------------------------------*/

body {
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	color: #3a3a3a;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
}

p {
	font-size: 1.2em;
}

.lead {
	font-weight: 300;
}

button {
	display: inline-block;
	margin-bottom: 0;
	margin-bottom: 10px;
	padding: 6px 12px;
	border: 1px solid transparent;
	border-radius: 4px;
	border-radius: 5px;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.428571429;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.visibility {
	visibility: hidden;
}

.animated {
	visibility: visible !important;
}

/*-----------------------------------------------------------------------------------*/
/*	KEY COLOR
 /*-----------------------------------------------------------------------------------*/

/*---- Typography ----*/
header h1,
.Miezen h1,
.Miezen-info .carousel,
.social a:hover {
	color: #8a8cdd;
}

.features p {
	color: #e3e1f5;
}

/*---- Background ----*/
.features,
.Miezen-info .carousel-indicators .active {
	background: #b595f0;
}


/*-----------------------------------------------------------------------------------*/
/* NAVBAR
 /*-----------------------------------------------------------------------------------*/

nav.navbar {
	position: fixed;
	top: -72px;
	margin-bottom: 0px;
	padding: 10px 0px 10px 0px;
	width: 100%;
	border-radius: 0px;
	transition: all 0.2s;
}

.navbar-nav {
	float: right;
}

nav.navbar.fixed-to-top {
	top: 0px;
}

.navbar-default {
	border: none;
	border-bottom: 1px solid #eee;
	background: #fff;
	opacity: 0.95;
	display: none;
}

.navbar-default .navbar-nav>li>a {
	color: #aaa;
	font-size: 1.2em;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #3A3A3A;
	cursor: pointer;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.navbar-default .navbar-brand {
	color: #333333;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 2em;
	font-family: 'Roboto Condensed', sans-serif;
}


/*-----------------------------------------------------------------------------------*/
/* HEADER 
 /*-----------------------------------------------------------------------------------*/

header {
	padding: 150px 0px 0px 0px;
	height: 960px;
	background: url('../img/grete.JPG');
	background-color: white !important;
	background-size: cover;
	background-repeat: no-repeat;
	color: white;
}

header h1 {
	text-transform: uppercase;
	font-weight: 700;
	font-weight: 300;
	font-size: 100px;
	font-family: 'Roboto Condensed', sans-serif;

}

header p.lead {
	font-size: 36px;
}


header .carousel-pola {
	margin-right: auto;
	margin-left: auto;
	width: 320px;
	height: 672px;

	background-size: 100%;

}

header .carousel {
	position: relative;
	top: 80px;
	margin-right: auto;
	margin-left: auto;
	padding: 95px 0px 0px 4px;
	width: 282px;
}

header .carousel-indicators .active {
	width: 15px;
	height: 15px;
	background: #444444;
}

header .carousel-indicators {
	bottom: -63px;
}

header .carousel-indicators li {
	display: inline-block;
	margin: 1px;
	width: 15px;
	height: 15px;
	border: 1px solid #666666;
	border-radius: 10px;
	text-indent: -999px;
	cursor: pointer;
}

/*-----------------------------------------------------------------------------------*/
/* DAKATZ
 /*-----------------------------------------------------------------------------------*/

.dakatz-button {
	/* Fügen Sie hier Ihre gewünschten Änderungen hinzu */
	border: 2px solid;
	border-image: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet) 1;
	border-image-slice: 1;
}


.dakatz button {
	width: 152px;
	height: 52px;
	background: url(../img/cool-katz.png) #3a3a3a no-repeat 0px 5px;
	color: white;


}



/*-----------------------------------------------------------------------------------*/

/*	Miezen
 /*-----------------------------------------------------------------------------------*/

.Miezen {
	overflow: hidden;
	padding: 230px 0px 150px 0px;
	min-height: 600px;
	background: url('../img/regenbogen.jpg');
	background-position: center top;
	background-repeat: repeat-x;
	color: white;
}

.Miezen h1 {
	text-transform: uppercase;
	font-weight: 300;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2.8em;
}

/*-----------------------------------------------------------------------------------*/
/*	Miezen-info
 /*-----------------------------------------------------------------------------------*/

.Miezen-info {
	overflow: hidden;
	padding: 50px 0px 0px 0px;
	min-height: 500px;
}

.Miezen-info .title {
	margin-bottom: 80px;
	text-align: center;
}

.Miezen-info .features .row {
	margin-bottom: 40px;
}

.Miezen-info .carousel h1 {
	font-size: 3.8em;
}

.Miezen-info .carousel h1,
.Miezen-info p {
	text-align: left;
	font-weight: 300;
}

.Miezen-info p {
	color: #aaa;
}

.Miezen-info .carousel-control {
	background: none;
}

.Miezen-info .app-screenshot {
	overflow: hidden;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	padding-top: 95px;
	width: 320px;
	height: 450px;
	background: url('../img/iphone-front.png') no-repeat;
	background-size: 100%;
}

.Miezen-info .app-screenshot img {
	margin-right: auto;
	margin-left: auto;
	padding-left: 4px;
	width: 280px;
}

.Miezen-info .carousel-indicators {
	position: relative;
	bottom: 0;
	left: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;
	padding-bottom: 8px;
	width: 100%;
	border-top: 1px solid #eee;
	background: #ffffff;
}

.Miezen-info .carousel-indicators .active {
	width: 45px;
	height: 5px;
	border: none;
	border-radius: 0px;
}

.Miezen-info .carousel-indicators li {
	display: inline-block;
	margin: 1px;
	width: 45px;
	height: 5px;
	border: none;
	border-radius: 0px;
	background: #eeeeee;
	text-indent: -999px;
	cursor: pointer;
}



/*-----------------------------------------------------------------------------------*/
/*	FEATURES
 /*-----------------------------------------------------------------------------------*/

.features {
	overflow: hidden;
	padding: 150px 0px 150px 0px;
	min-height: 400px;
	color: black;
}

.features p {
	font-weight: 400;
}

.features h2 {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 300;
}

.features .circle {
	box-sizing: border-box;
	margin-right: auto;
	margin-left: auto;
	padding-top: 33px;
	width: 150px;
	height: 150px;
	border: 2px solid #ffffff;
	border-radius: 100%;
	text-align: center;

}

.features span.glyphicon,
.features i {
	margin-top: 3px;
	color: #ffffff;
	font-size: 5em;
}

/*-----------------------------------------------------------------------------------*/
/*	SOCIAL
 /*-----------------------------------------------------------------------------------*/

.social {
	overflow: hidden;
	padding: 40px 0px 150px 0px;
	min-height: 350px;
	background: url('../img/BlueskyCats.png');
	background-position: center top;
	background-repeat: repeat-x;
	color: white;
}

.social h1 {

	margin-top: 0;
	color: white;
}

.social h2 {
	color: #73289b;
	padding-top: 235px;
}


.social a {
	margin-left: 10px;
	color: #FFF;
	font-size: 2em;
	transition: all 0.3s;
}

.social a:hover {
	text-decoration: none;
	cursor: pointer;

}

/*-----------------------------------------------------------------------------------*/
/* QUOTE
 /*-----------------------------------------------------------------------------------*/

.quote {

	overflow: hidden;
	padding: 230px 0px 150px 0px;
	min-height: 600px;
	background: url('../img/comiccatssmol.png');
	background-position: center;
	background-repeat: no-repeat;
	color: white;
	padding: 100px 0px 160px 0px;
	text-align: center;


	display: flow-root;/
}

.leftFloat {
	float: left
}

.rightFloat {
	float: right
}




/*-----------------------------------------------------------------------------------*/
/*	footer
 /*-----------------------------------------------------------------------------------*/

.footer {
	position: sticky;
	overflow: hidden;
	padding: 230px 0px 150px 0px;
	min-height: 600px;
	background: url('../img/a&g.png');
	background-size: 85%;
	background-position: top;
	background-repeat: no-repeat;
	color: #73289b;
	text-align: center;

}

.footer ul {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.footer ul li {
	margin-right: 10px;
	display: inline-block;
}

.footer ul li:first-child {
	margin-left: 0px;
}

.footer ul li:last-child {
	margin-right: 0;
}

.footer .container col-md-12 {
	text-align: center;
}

.footer ul li a {
	color: #7a7676;
	font-size: 1.3em;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.footer ul li a:hover {
	color: #3A3A3A;
	text-decoration: none;
	cursor: pointer;
}

/*-----------------------------------------------------------------------------------*/
/*	MEDIA QUERIES
 /*-----------------------------------------------------------------------------------*/

@media (max-width:768px) {

	header {
		padding-bottom: 50px;
		min-height: 1000px;
		height: 100%;
	}

	.navbar-nav {
		float: left;
		text-align: left;
	}


}

@media (max-width:992px) {

	.Miezen-info .carousel h1,
	.Miezen-info p {
		text-align: center;
	}

	.Miezen-info p {
		margin-bottom: 60px;
	}

	header,
	.social {
		background-position-y: 0px;
		background-size: 200%;
	}

	.Miezen {
		padding-top: 50px;
		padding-bottom: 50px;
		min-height: 200px;
	}

	.Miezen h1 {
		font-size: 24px;
	}

	.features .col-md-4 {
		margin-bottom: 60px;
	}

}

@media (max-width:480px) {

	header .carousel-pola,
	.Miezen-info .app-screenshot {
		width: 280px;
	}

	header .carousel,
	.Miezen-info .app-screenshot img {
		padding-top: 85px;
		width: 245px;
	}

	.Miezen-info .app-screenshot img {
		margin-top: -12px;
		padding-top: 0px;
	}

	header {
		padding-top: 30px;
		padding-bottom: 0px;
	}

	header h1 {
		font-size: 70px;
	}

	.purchase {
		padding-top: 50px;
	}

	.features col-md-4 {
		margin-bottom: 50px;
	}

}