style.css 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417
  1. /*
  2. Theme Name: AmS 2016
  3. Theme URI: http://architekturmachtschule.de/
  4. Author: Moritz Schmidt
  5. Author URI: https://mmnx.de/
  6. Description: n/a
  7. Version: 1.0
  8. License: GNU General Public License v2 or later
  9. License URI: http://www.gnu.org/licenses/gpl-2.0.html
  10. Tags:
  11. Text Domain: ams2016
  12. */
  13. .carousel-control {
  14. background: none !important;
  15. }
  16. #nav > div > div.clearfix > a {
  17. font-family: 'Special Elite', cursive;
  18. line-height: 2.15rem;
  19. max-width: calc(100% - 60px);
  20. }
  21. .carousel-control .icon-next::before, .carousel-control .icon-prev::before {
  22. content: none;
  23. }
  24. .carousel-control .icon-next .fa-chevron-right:before, .carousel-control .icon-prev .fa-chevron-left:before {
  25. position: absolute;
  26. left: 16px; /* 25 */
  27. top: 9px; /* 18 */
  28. font-size: 2rem; /* 50px */
  29. }
  30. .carousel-control .fa-chevron-right, .carousel-control .fa-chevron-left {
  31. background: #008238;
  32. border-radius: 50%;
  33. padding: 1.5rem; /* 40px */
  34. }
  35. .carousel-control .icon-prev .fa-chevron-left:before {
  36. left: 10px; /* 18 */
  37. }
  38. .carousel-inner > .carousel-item > img {
  39. width: 100%;
  40. }
  41. .carousel-control .icon-prev, .carousel-control .icon-next {
  42. top: 35%;
  43. }
  44. .carousel-control .icon-next {
  45. right: 100%;
  46. }
  47. .carousel {
  48. max-height: 350px;
  49. overflow: hidden;
  50. }
  51. .navbar {
  52. background: #C0C0C0;
  53. position: -webkit-sticky;
  54. position: sticky;
  55. top: 0;
  56. width: 100%;
  57. border-radius: 0;
  58. z-index: 99;
  59. }
  60. .navbar-brand {
  61. font-size: 1.15rem;
  62. }
  63. .beam {
  64. margin-top: 50px;
  65. margin-bottom: 50px;
  66. text-align: center;
  67. font-family: 'Special Elite', cursive;
  68. }
  69. .beam h1 {
  70. font-size: 60px;
  71. text-align: left;
  72. }
  73. .beam + .container {
  74. font-family: 'Special Elite', cursive;
  75. font-size: 18px;
  76. line-height: 30px;
  77. }
  78. /*.beam > .container > * {
  79. margin: 0;
  80. text-transform: uppercase;
  81. }*/
  82. .beam ~ .beam {
  83. margin-top: 50px;
  84. }
  85. .teaser {
  86. font-size: 27px;
  87. line-height: 35px;
  88. color: #000000;
  89. }
  90. .content-wrapper {
  91. position: relative;
  92. padding: 0;
  93. padding-top: 1px;
  94. margin-top: -1px;
  95. margin-bottom: 25px;
  96. }
  97. .content-wrapper:first-of-type {
  98. padding-top: 1px;
  99. margin-top: -1px; /* weird bug idk */
  100. }
  101. .content-wrapper::before {
  102. content: " ";
  103. position: absolute;
  104. width: 100%;
  105. height: 100%;
  106. /*background: url(img/bg.jpg) repeat-y center;*/
  107. background: #00004d;
  108. background-size: cover;
  109. opacity: 0.2;
  110. }
  111. .content-wrapper:nth-child(2n)::before {
  112. background: url(img/ams_hintergrund.png) no-repeat center fixed;
  113. background-size: 100% auto;
  114. }
  115. .content-wrapper:nth-child(3n)::before {
  116. /*background: url(img/bg2.jpg) repeat-y center;*/
  117. background: #004d00;
  118. }
  119. #tda-slider .card {
  120. max-width: 20rem;
  121. margin-right: 25px;
  122. }
  123. .card-img-top {
  124. margin: 0 auto;
  125. }
  126. #tda-slider {
  127. margin-top: 25px;
  128. }
  129. #partners .col-md-4 {
  130. display: flex;
  131. }
  132. #partners .card {
  133. width: 100%;
  134. }
  135. .tda-gallery {
  136. padding-top: 25px;
  137. }
  138. .tda-content {
  139. padding-top: 25px;
  140. max-height: 350px;
  141. overflow: auto;
  142. }
  143. .tda-content a {
  144. color: inherit;
  145. }
  146. .tag-pill {
  147. color: white;
  148. background: black;
  149. padding: 20px 25px;
  150. font-size: 25px;
  151. }
  152. #single, #tdas-single {
  153. margin-bottom: 0;
  154. }
  155. #tdas-single h1 {
  156. margin-top: 10px;
  157. }
  158. #tdas-single span.tag {
  159. padding: 21px 31px;
  160. padding-top: 30px;
  161. }
  162. .slick-slide {
  163. margin: 10px;
  164. }
  165. .navbar-light .navbar-nav .nav-link {
  166. color: rgba(0, 0, 0, 0.7);
  167. }
  168. .text-muted {
  169. color: #5f676d !important;
  170. }
  171. .relcontainer {
  172. position: relative;
  173. }
  174. .tda-hover {
  175. position: absolute;
  176. left: 0;
  177. top: 0;
  178. width: 100%;
  179. height: 100%;
  180. background: rgba(0, 0, 0, 0.3);
  181. }
  182. .tda-hover .relcontainer {
  183. width: 100%;
  184. height: 100%;
  185. }
  186. .tda-hover .relcontainer span {
  187. position: absolute;
  188. left: 50%;
  189. top: 50%;
  190. transform: translate(-50%, -50%);
  191. color: #fff;
  192. font-size: 2.3rem;
  193. }
  194. .tda-item img {
  195. width: 100%;
  196. height: 100%;
  197. }
  198. .slick-prev:before, .slick-next:before {
  199. color: #008238;
  200. }
  201. .slick-slider .icon-next, .slick-slider .icon-prev {
  202. position: absolute;
  203. top: 50%;
  204. display: block;
  205. width: 30px;
  206. height: 30px;
  207. padding: 0;
  208. -webkit-transform: translate(0, -50%);
  209. -ms-transform: translate(0, -50%);
  210. transform: translate(0, -50%);
  211. background: #008238;
  212. padding: 20px;
  213. border-radius: 50%;
  214. opacity: 0.4;
  215. transition: opacity 0.3s ease;
  216. }
  217. .slick-slider .icon-next:hover, .slick-slider .icon-prev:hover {
  218. opacity: 1;
  219. }
  220. .slick-slider .icon-next > .fa, .slick-slider .icon-prev > .fa {
  221. color: #fff;
  222. font-weight: 900;
  223. }
  224. .slick-slider .icon-next > .fa:before {
  225. position: absolute;
  226. left: 12px;
  227. top: 10px;
  228. font-size: 25px;
  229. }
  230. .slick-slider .icon-prev > .fa:before {
  231. position: absolute;
  232. left: 9px;
  233. top: 10px;
  234. font-size: 25px;
  235. }
  236. .slick-slider .icon-next {
  237. right: 5px;
  238. z-index: 5;
  239. }
  240. .slick-slider .icon-prev {
  241. left: 5px;
  242. z-index: 5;
  243. }
  244. .b-to-top {
  245. text-align: center;
  246. padding-bottom: 5px;
  247. }
  248. .b-to-top a {
  249. background: grey;
  250. border-radius: 50%;
  251. padding: 0.4rem;
  252. color: white;
  253. display: inline-flex;
  254. }
  255. .tda-item .tda-hover {
  256. transition: transform 0.7s ease;
  257. transform: scale(0, 0);
  258. }
  259. .tda-item:hover .tda-hover {
  260. transform: scale(1, 1);
  261. }
  262. .footer-wrapper {
  263. font-family: 'Special Elite', cursive;
  264. background: #C0C0C0;
  265. }
  266. footer p {
  267. margin-top: 1rem;
  268. }
  269. footer p a {
  270. color: #373a3c;
  271. }
  272. a:hover {
  273. text-decoration: none;
  274. }
  275. .card a {
  276. color: inherit;
  277. }
  278. .navbar-nav .nav-item:first-child {
  279. margin-left: 0;
  280. }
  281. .card a:hover {
  282. color: #014c8c;
  283. }
  284. #ams-topnav {
  285. font-family: 'Special Elite', cursive;
  286. }
  287. .jumper {
  288. position: absolute;
  289. top: -50px;
  290. }
  291. @media(min-width: 544px) {
  292. .menu-item.dropdown::after {
  293. content: "\f0d7";
  294. font: normal normal normal 14px/1 FontAwesome;
  295. position: absolute;
  296. right: -12px;
  297. top: 12px;
  298. }
  299. .carousel-control .icon-next .fa-chevron-right:before, .carousel-control .icon-prev .fa-chevron-left:before {
  300. }
  301. .carousel-control .icon-prev, .carousel-control .icon-next {
  302. top: 50%;
  303. }
  304. }
  305. @media (min-width: 768px) {
  306. .navbar-nav .nav-item {
  307. margin-left: 1rem;
  308. }
  309. }
  310. @media (min-width: 992px) {
  311. span.tag {
  312. left: -15px;
  313. position: absolute;
  314. }
  315. }
  316. @media (min-width: 1280px) {
  317. .slick-slider .icon-next, .slick-slider .icon-prev {
  318. width: 80px;
  319. height: 80px;
  320. }
  321. .slick-slider .icon-next > .fa:before {
  322. position: absolute;
  323. left: 25px;
  324. top: 19px;
  325. font-size: 50px;
  326. }
  327. .slick-slider .icon-prev > .fa:before {
  328. position: absolute;
  329. left: 15px;
  330. top: 17px;
  331. font-size: 50px;
  332. }
  333. .slick-slider .icon-next {
  334. right: -105px;
  335. }
  336. .slick-slider .icon-prev {
  337. left: -105px;
  338. }
  339. }